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