Delete Method of the ExportProfiles Object
This method deletes the export profile from the collection.
Syntax
Visual Basic .NET
Sub Delete(Value As ExportProfile)
C++
HRESULT Delete( IExportProfile* Value );
Parameters
- Value
- [in] The variable specifies the ExportProfile to be removed.
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