ListBoxWidgetAddOptions Method |
Adds multiple options to List Box Widget.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddOptions(
string[] options
)
Public Sub AddOptions (
options As String()
)
public:
virtual void AddOptions(
[InAttribute] array<String^>^ options
) sealed
function AddOptions(options);
Parameters
- options
- Type: SystemString
The options to add.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also