loadDocumentSize method of the Result class
Returns the result document physical size in millimeters.
Please note that this method might throw an Exception that should be handled.
@WorkerThread
DocumentSize loadDocumentSize( String pageId ) throws Exception;
Parameters
- pageId
- Identifier of the page.
Return values
The method returns a DocumentSize object containing the result image size.
3/2/2022 12:59:15 PM