LoadFlexibleDescription Method of the SectionDefinition Object
This method allows you to load a flexible description from the file in ABBYY FlexiLayout Studio format (*.afl). ABBYY Flexible Layout files are created with ABBYY FlexiLayout Studio.
Note: To ensure that the fields of the loaded Document Definition are displayed correctly, we recommend that you call the Rearrange method after loading flexible descriptions.
Syntax
Visual Basic .NET
Function LoadFlexibleDescription(Path As String) As FlexibleDescription
C++
HRESULT LoadFlexibleDescription( BSTR Path, IFlexibleDescription** Result );
Parameters
- Path
- [in] This variable contains the path to the file containing flexible description (*.afl).
- Result
- [out, retval] A pointer to the IFlexibleDescription* variable that receives the interface pointer for the flexible description.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM