SpaceBefore property (ILTParagraphOptions)
short SpaceBefore | |
Overview |
Refer to Using the Paragraph Options |
Remarks
Gets or sets a value that represents the number of spaces before a paragraph that are exported. This value is used only if the SpaceBeforeMode property is SELPREDEFINED. This value is measured in Twips.
This property is updated with the current values when the GetRecognitionResultOptions method is called.
To update the paragraph options for saving the recognition results, set this property and the other ILTParagraphOptions properties accessed by the ParagraphOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.
See Also