ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : Values Property |
'Declaration Public Overridable Property Values As String()
public virtual string[] Values {get; set;}
public: __property virtual string*[]* get_Values(); public: __property virtual void set_Values( string*[]* value );
public: virtual property array<String^>^ Values { array<String^>^ get(); void set ( array<String^>^ value); }
Exception | Description |
---|---|
System.Exception | When setting this property, some fields throw exceptions. An example is when attempting to enter a value that does not exist as an option in a RadioGroup. |