LoadFromXml Method of the ImageEnhancementProfiles object
This method loads image enhancement profiles from specified file in XML format and adds these profiles to the collection. If the profile is already in the collection it will be replaced, otherwise added. The method returns a list of identifiers of added or edited image enhancement profiles.
Syntax
C++
HRESULT LoadFromXml( BSTR FileName, IIntsCollection** Indices );
Visual Basic .NET
Function LoadFromXml( FileName As String ) As IIntsCollection
Parameters
- FileName
- This parameter contains the full path to the file in XML format with saved in ABBYY FlexiCapture image enhancement profiles.
- Indices
- [out, retval] A pointer to the IIntsCollection* variable that receives the interface pointer for the list of identifiers of added or edited image enhancement profiles.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30