Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Main settings | ||
Specifies the maximum number of letters belonging to the recognition languages’ alphabets found on the page, for which it can still be considered empty. It can take values from -1 (which means that the letter limit is not used) to 100. The default value of this property is 2. | ||
Specifies the maximum percentage of black areas on the page, for which it can still be considered empty. It can take values from -1 (which means that the black percentage limit is not used) to 100. The default value of this property is -1, and the black percentage is not used during empty page detection. | ||
Specifies the maximum number of text objects found on the page, for which it can still be considered empty. It can take values from -1 (which means that the text object limit is not used) to 100. The default value of this property is 20. | ||
Specifies if the page must be searched for barcodes. If you set this property to TRUE, the page will be additionally checked for barcodes even if it was considered empty by other criteria. If any barcodes are found, the page will be considered not empty. The default value of this property is FALSE. | ||
Specifies if the LeftMargin, TopMargin, RightMargin, BottomMargin properties must be used for determining the page rectangle. If this property is set to FALSE, the page rectangle is determined automatically, regardless of the …Margin properties. The default value of this property is FALSE. | ||
Page margins | ||
Specifies the width of the left margin, which must not be considered when determining if the page is empty. It can take values from 0 to 300 (in millimeters). The default value of this property is 0. | ||
Specifies the width of the top margin, which must not be considered when determining if the page is empty. It can take values from 0 to 300 (in millimeters). The default value of this property is 0. | ||
Specifies the width of the right margin, which must not be considered when determining if the page is empty. It can take values from 0 to 300 (in millimeters). The default value of this property is 0. | ||
Specifies the width of the bottom margin, which must not be considered when determining if the page is empty. It can take values from 0 to 300 (in millimeters). The default value of this property is 0. | ||
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
