EnablePageBreaks property (ILTDocumentOptions)
BOOL EnablePageBreaks | |
Overview |
Refer to Using the Document Options |
Remarks
Gets or sets a value that indicates whether to output page breaks to the final document. Possible values are:
Setting |
Meaning |
TRUE |
Output the page breaks to the final document. |
FALSE |
Do not output the page breaks to the final document. |
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