Click or drag to resize

PdfEmbeddedFileCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfEmbeddedFileCollection.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public IEnumerator<PdfEmbeddedFile> GetEnumerator()

Return Value

Type: IEnumeratorPdfEmbeddedFile
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also