Class PdfComboBox
public class PdfComboBox : PdfFormElement, IDisposable
- Inheritance
-
PdfComboBox
- Implements
- Inherited Members
Properties
OptionCount
public int OptionCount { get; }
Property Value
Methods
GetOptionLabel(int)
public string? GetOptionLabel(int index)
Parameters
index
int
Returns
GetSelectedIndex()
public int GetSelectedIndex()
Returns
GetValue()
public string? GetValue()
Returns
IsReadOnly()
public bool IsReadOnly()
Returns
SetSelectedIndex(int)
public bool SetSelectedIndex(int index)
Parameters
index
int
Returns
SetValue(string)
public bool SetValue(string value)
Parameters
value
string