CreateDocumentAttribute Method of Client Object (COM-based API)
This method creates a DocumentAttribute object.
Visual Basic Syntax
Method CreateDocumentAttribute(
Type As AttributeTypeEnum
) As DocumentAttribute
C++ Syntax
HRESULT CreateDocumentAttribute(
AttributeTypeEnum Type,
IDocumentAttribute** Result
);
Parameters
Type
[in] This variable specifies the type of the document attribute. See the AttributeTypeEnum description for the supported file formats.
Result
[out] A pointer to an IDocumentAttribute* pointer variable that receives the interface pointer of the DocumentAttribute 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