Click or drag to resize

PdfFieldCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfFieldCollection.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public IEnumerator<PdfField> GetEnumerator()

Return Value

Type: IEnumeratorPdfField
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also