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