Click or drag to resize

PdfObjectCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfObjectCollection.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public IEnumerator<PdfObject> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also