[This is preliminary documentation and is subject to change.]

Collection of options which can be the selected value for aRadPdfComboField or RadPdfListField.

Namespace:  RadPdfLibrary.Data.Document.Objects.FormFields.Options
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public sealed class RadPdfOptionCollection : ICollection, 
	IEnumerable, IEnumerator
Visual Basic (Declaration)
Public NotInheritable Class RadPdfOptionCollection _
	Implements ICollection, IEnumerable, IEnumerator
Visual Basic (Usage)
Dim instance As RadPdfOptionCollection

Inheritance Hierarchy

System..::.Object
  RadPdfLibrary.Data.Document.Objects.FormFields.Options..::.RadPdfOptionCollection

See Also