Click or drag to resize

PdfPagesGetEnumerator Method

Returns an enumerator that iterates through the collection of PdfPages.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public IEnumerator<PdfPage> GetEnumerator()

Return Value

IEnumeratorPdfPage
An enumerator for the collection of PdfPages.

Implements

IEnumerableTGetEnumerator
See Also