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