Click or drag to resize

ComboBoxWidgetReplaceOptions Method

Replaces the current Combo Box widget options with a new set.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ReplaceOptions(
	string[] new_opts
)

Parameters

new_opts
Type: SystemString
The new set of options to use.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also