LoadFromFile Method
This method restores the contents of the object from a file on disk, where it should have previously been saved by the SaveToFile method.
Syntax
HRESULT LoadFromFile( BSTR Path );
Parameters
- Path
- [in] This parameter of the type BSTR specifies the path to the file on disk where the contents of the object is stored. If a file specified by this path was not obtained as a result of a call to the SaveToFile method of an object of the same type as the current one, some specific error code is returned.
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.
The following objects provide this method:
- Image-related objects:
- ImageProcessingParams
- PrepareImageMode
- ImageModification
- JpegExtendedParams
- CoordinatesConverter
- TiffExtendedParams
- PngExtendedParams
- Language-related objects:
- Export parameters:
- HTMLExportParams
- PPTExportParams
- RTFExportParams
- TextExportParams
- XLExportParams
- XMLExportParams
- AltoExportParams
- EBookExportParams
- PDFExportParams
- XPSExportParams
- Processing parameters:
- PageProcessingParams
- PagePreprocessingParams
- PageAnalysisParams
- TableAnalysisParams
- BarcodeParams
- ObjectsExtractionParams
- OrientationDetectionParams
- SortingBlocksParams
- RecognizerParams
- SynthesisParamsForPage
- SynthesisParamsForDocument
- DocumentStructureDetectionParams
- FontFormattingDetectionParams
- DocumentProcessingParams
- EmptyPageDetectionParams
- Layout
- CheckmarkTrainingData
- ParagraphParams
- Region
See also
7/3/2024 8:50:25 AM