Click or drag to resize

PdfOptionCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfOptionCollection.

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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