Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| WriteCharacterRecognitionVariants | VARIANT\_BOOL | Specifies if collections of variants of characters recognition are to be written in a file in XML format. This property is not taken into account if the WriteCharAttributes property is XCA\_None. <Note> The collections may contain more than one element only if the IRecognizerParams::SaveCharacterRecognitionVariants property was set to TRUE during recognition. See Using Voting API for details. </Note> This property is FALSE by default. |
| WriteCharAttributes | XMLCharAttributesEnum | Specifies which character attributes are to be saved in a file in XML format. This property is XCA\_None by default. |
| WriteCharFormatting | VARIANT\_BOOL | Specifies if character formatting is to be saved in a file in XML format. This property is FALSE by default. |
| WriteNondeskewedCoordinates | VARIANT\_BOOL | Specifies if character coordinates saved in a file in XML format are on a non-deskewed image plane. This property is TRUE by default. |
| WriteParagraphStyles | VARIANT\_BOOL | Specifies whether parameters of paragraph and font styles should be written in a file in XML format. This parameter may be useful, if you want to retrieve information on paragraph roles from XML. This property is FALSE by default. |
| WriteWordRecognitionVariants | VARIANT\_BOOL | Specifies if collections of variants of words recognition are to be written in a file in XML format. <Note> The collections may contain more than one element only if the IRecognizerParams::SaveWordRecognitionVariants property was set to TRUE during recognition. See Using Voting API for details. </Note> 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 CreateXMLExportParams 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
