ListBoxWidgetSetSelectedOptions Method |
Sets the options for the List Box Widget.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSelectedOptions(
string[] options
)
Public Sub SetSelectedOptions (
options As String()
)
public:
virtual void SetSelectedOptions(
[InAttribute] array<String^>^ options
) sealed
function SetSelectedOptions(options);
Parameters
- options
- Type: SystemString
The options to select.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also