AddNew Method of the ExportProfiles Object
This method adds an export profile at the end of the collection.
Syntax
Visual Basic .NET
Function AddNew( ExportParams As ExportParams _ ) As ExportProfile
C++
HRESULT AddNew( IExportParams ExportParams, IExportProfile** Result );
Parameters
- ExportParams
- [in] This parameter refers to the ExportParams object that contains parameters of export. Must not be NULL.
- Result
- [out, retval] A pointer to the IExportProfile* variable that receives the interface pointer for the added export profile.
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