Click or drag to resize

PdfEmbeddedFileCollectionEnumeratorCurrent Property

Gets the current element in the collection.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfEmbeddedFile Current { get; }

Property Value

Type: PdfEmbeddedFile
The current element in the collection.

Implements

IEnumeratorTCurrent
See Also