PdfAnnotations.GetEnumerator Method Terminal Works - PDF Printing.Net Library
Returns an enumerator that iterates through a collection.

Namespace: PdfEdit.Pdf.Annotations
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public override IEnumerator<PdfItem> GetEnumerator()

Return Value

Type: IEnumerator<PdfItem>

Implements

IEnumerable<T>.GetEnumerator()
See Also

Reference