Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| WriteOriginalImageCoordinates | VARIANT\_BOOL | Specifies if character coordinates saved in a file in JSON format are on the original image plane, before preprocessing. This property is FALSE by default. |
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. |
Output parameter
This object is the output parameter of the CreateJsonExportParams method of the Engine object.Input parameter
This object is passed as the input parameter to the following methods:- Export, ExportPages, ExportToMemory methods of the FRDocument object
- Export method of the FRPage object
- RecognizeImageFile method of the Engine object
- OnExportPages method of the IDocumentViewerEvents interface for Windows Visual Components
- OnSendToPages method of the IDocumentViewerEvents interface for Windows Visual Components
