PaperSizeMode property (ILTDocumentOptions)
MODE_SELECTOR PaperSizeMode | |
Overview |
Refer to Using the Document Options |
Remarks
Gets or sets a value that indicates whether the paper size will be exported and, if the value is exported, it will indicate whether the value is calculated or predefined. For a list of possible values, refer to MODE_SELECTOR
This property is updated with the current values when the GetRecognitionResultOptions method is called.
To update the document options for saving the recognition results, set this property and the other ILTDocumentOptions properties accessed by the DocumentOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.
See Also