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
Syntaxpublic 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
ExceptionsException | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also