Click or drag to resize

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
)

Parameters

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