ComboBoxWidgetReplaceOptions Method |
Replaces the current Combo Box widget options with a new set.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ReplaceOptions(
string[] new_opts
)
Public Sub ReplaceOptions (
new_opts As String()
)
public:
virtual void ReplaceOptions(
[InAttribute] array<String^>^ new_opts
) sealed
function ReplaceOptions(new_opts);
Parameters
- new_opts
- Type: SystemString
The new set of options to use.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also