LoadXFDDescription Method of the SectionDefinition Object
This method allows you to load a form from the XML Form Definition file (*.xfd). XML Form Definition — a special file format of a form designed with ABBYY FormDesigner.
Note: To ensure that the fields of the loaded Section Definition are displayed correctly, we recommend that you call the Rearrange method after loading form definitions.
Syntax
Visual Basic .NET
Sub LoadXFDDescription(Path As String)
C++
HRESULT LoadXFDDescription( BSTR Path );
Parameters
- Path
- [in] This variable contains the path to the file containing form (*.xfd).
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