TextGRAB SDK Documentation | ITextSnapshot::Count

Returns number of objects in collection.

[C/C++]
HRESULT   get_Count( LONG* Value );
[Visual Basic]
Public ReadOnly Property  Count As Long
[C#]
public  ref int   ITextSnapshot.Count { get; }

Parameters

Value
[out,retval] items count.

Remarks

Shows the how much ITextItem items ITextSnapshot contains.

See Also

ITextSnapshot interface