Click or drag to resize

PdfPageCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfPageCollection.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.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