Click or drag to resize

ComboBoxWidgetSetSelectedOption Method

Selects the given option in the Combo Box widget

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

Parameters

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