Click or drag to resize

PdfPageCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfPageCollection.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also