Click or drag to resize

PdfObjectCollectionEnumeratorCurrent Property

Gets the current element in the collection.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfObject Current { get; }

Property Value

Type: PdfObject
The current element in the collection.

Implements

IEnumeratorTCurrent
See Also