PaperOrientation property (ILTDocumentOptions)
PAPER_ORIENTATION PaperOrientation | |
Overview |
Refer to Using the Document Options |
Remarks
Gets or sets a value that indicates the orientation of the output document. This value is used only if the PaperSizeMode property is SELPREDEFINED. For a list of possible values, refer to PAPER_ORIENTATIONPAPER_
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