OperatorCollectionCount Property |
Gets count of operators in the collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () override;
}
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32Implements
ICollectionTCount
See Also