ListBoxWidgetGetSelectedOptions Method |
Gets all selected options in the List Box widget.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string[] GetSelectedOptions()
Public Function GetSelectedOptions As String()
public:
virtual array<String^>^ GetSelectedOptions() sealed
function GetSelectedOptions();
Return Value
Type:
String The selected options of the List Box widget
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also