This method is implemented in FRE for Windows.
Syntax
C++
C#
Visual Basic .NET
Parameters
HGlobal [in] This parameter specifies the HGLOBAL handle of the memory from where the object contents should be loaded. The handle is passed as __int64. This handle should be obtained using the SaveToMemory method of a Layout object, and should be valid (not freed).Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.Remarks
Note that in the case when an object data is read by a functionally limited ABBYY FineReader Engine version, while it was saved by a version with a wider functional set, object properties that cannot be changed in the limited version, are restored to default values. In Windows, this method does not work if the Engine object is created using the OutprocLoader object. The following objects provide this method:- Image-related objects:
- Language-related objects:
- Export parameters:
-
Processing parameters:
- PageProcessingParams
- PagePreprocessingParams
- PageAnalysisParams
- TableAnalysisParams
- BarcodeParams
- ObjectsExtractionParams
- SortingBlocksParams
- RecognizerParams
- SynthesisParamsForPage
- SynthesisParamsForDocument
- DocumentStructureDetectionParams
- FontFormattingDetectionParams
- DocumentProcessingParams
- EmptyPageDetectionParams
- Layout
- CheckmarkTrainingData
- ParagraphParams
- Region
