PdfObjectCollectionEnumeratorCurrent Property |
Gets the current element in the collection.
Namespace:
RadPdf.Data.Document.Objects
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfObject Current { get; }
Public ReadOnly Property Current As PdfObject
Get
Property Value
Type:
PdfObject
The current element in the collection.
Implements
IEnumeratorTCurrent
See Also