Click or drag to resize

PdfStampCollection GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An object that can be used to iterate through the collection.
See Also