Click or drag to resize

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
)

Parameters

opts
Type: SystemString
The options to add
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also