PdfCollectionTGetEnumerator Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.5.21
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
IEnumeratorTAn enumerator that can be used to iterate through the
PdfCollectionT.
Implements
IEnumerableTGetEnumerator
See Also