CreateOutputFormatSettings Method of Client Object (COM-based API)
This method creates an OutputFormatSettings object.
Visual Basic Syntax
Method CreateOutputFormatSettings(
format As OutputFileFormatEnum
) As OutputFormatSettings
C++ Syntax
HRESULT CreateOutputFormatSettings(
OutputFileFormatEnum format,
IOutputFormatSettings** result
);
Parameters
format
[in] This variable specifies the format of the output file. See the OutputFileFormatEnum description for the supported file formats.
result
[out] A pointer to an IOutputFormatSettings* pointer variable that receives the interface pointer of the OutputFormatSettings object.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
3/26/2024 1:49:49 PM