Dokumentation TextGRAB SDK | ITextSnapshot::Count

Drucken E-Mail

Anzahl der Objekte in der Sammlung.

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

Kenndaten

Value
[out,retval] Anzahl der Elemente.

Kommentare

Zeigt, wie viel Elemente ITextItem sind in ITextSnapshot. vorhanden sind.

Siehe auch:

Schnittstelle ITextSnapshot