PdfPagesGetEnumerator Method |
Returns an enumerator that iterates through the collection of
PdfPages.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public IEnumerator<PdfPage> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfPage)
Return Value
IEnumeratorPdfPage
An enumerator for the collection of
PdfPages.
Implements
IEnumerableTGetEnumeratorSee Also