CreateNew Method of DocumentTypes Object (COM-based API)
This method creates a new DocumentType object and returns a reference to it.
Visual Basic Syntax
Method CreateNew(
name
As String
) As DocumentType
C++ Syntax
HRESULT CreateNew(
BSTR Name,
IDocumentType** item
);
Parameters
Name
[in] This parameter contains the name of new document type.
item
[out] A pointer to the DocumentType object.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server COM-based API functions.
See also
26.03.2024 13:49:49