Click or drag to resize

ComboBoxWidgetRemoveOption Method

Remove the option from the Combo Box widget.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void RemoveOption(
	string value
)

Parameters

value
Type: SystemString
The option to remove
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also