Click or drag to resize

PdfArrayGetEnumerator Method

Returns an enumerator that iterates through the PdfArray.

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

Return Value

IEnumeratorPdfBasicObject
An enumerator for the PdfArray.

Implements

IEnumerableTGetEnumerator
See Also