Click or drag to resize

PdfPageCollectionEnumeratorCurrent Property

Gets the current element in the collection.

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

Property Value

Type: PdfPage
The current element in the collection.

Implements

IEnumeratorTCurrent
See Also