Click or drag to resize

PdfOptionCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfOptionCollection.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also