Click or drag to resize

PdfCollectionTGetEnumerator Method

Returns an enumerator that iterates through the PdfCollectionT.

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

Return Value

IEnumeratorT
An enumerator that can be used to iterate through the PdfCollectionT.

Implements

IEnumerableTGetEnumerator
See Also