ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ChoiceField Class : Options Property |
'Declaration Public ReadOnly Property Options As Collection(Of ChoiceOption)
'Usage Dim instance As ChoiceField Dim value As Collection(Of ChoiceOption) value = instance.Options
public Collection<ChoiceOption> Options {get;}
public: __property Collection<ChoiceOption*>* get_Options();
public: property Collection<ChoiceOption^>^ Options { Collection<ChoiceOption^>^ get(); }