CreateExportParams Method of the Engine Object
This method creates the ExportParams object for the specified destination type.
Syntax
Visual Basic .NET
Function CreateExportParams(Type As ExportDestinationTypeEnum) As ExportParams
C++
HRESULT CreateExportParams( ExportDestinationTypeEnum Type, IExportParams** Result );
Parameters
- Type
- [in] This variable of the ExportDestinationTypeEnum type specifies the destination of output files. Currently only the EDT_File constant can be used.
- Result
- [out, retval] A pointer to the IExportParams* pointer variable that receives the interface pointer of the ExportParams object. Must not be NULL.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
This method is used in the following code samples: Hello.
See also
15.08.2023 13:19:30