Count Property (COM-based API)
This property stores the number of elements in an ABBYY FineReader Server Open API collection. Each ABBYY FineReader Server collection object has this property.
Visual Basic Syntax
Property Count As Long
read-only
C++ Syntax
HRESULT Count(
long* pVal
);
Parameters
pVal
[out] A pointer to a long variable that receives the value of this property. Must not be NULL.
Return Values
This function has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
Remarks
The following objects have this property: StringsCollection, OutputFormatSettingsCollection, InputFiles, OutputDocuments, Workflows, DocumentInfoItems, DocumentAttributes.
See also
Item,
See samples: Samples.
3/26/2024 1:49:49 PM