Properties
| Name | Type | Description |
|---|---|---|
| PageProcessingParams | PageProcessingParams | Specifies the processing parameters for each page of the document. |
| PerformSynthesis | VARIANT\_BOOL | Specifies if document synthesis is to be performed. If this property is FALSE, the SynthesisParamsForDocument property is ignored. This property is TRUE by default. |
| SynthesisParamsForDocument | SynthesisParamsForDocument | Specifies the synthesis parameters for the document. |
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. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the CreateDocumentProcessingParams method of the Engine object.Input parameter
This object is passed as an input parameter to the following methods:- Process, ProcessPages methods of the FRDocument object
- RecognizeImageFile, InjectTextLayer methods of the Engine object
Related Visual Components
Samples
C# code
C# code
- Linux: CustomLanguage
- Windows: CustomLanguage, VisualComponents (Win); and demo tools: MultiProcessingRecognition, PDFExportProfiles.
