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