Class PdfListBox
public class PdfListBox : PdfFormElement, IDisposable
- Inheritance
-
PdfListBox
- Implements
- Inherited Members
Properties
OptionCount
public int OptionCount { get; }
Property Value
Methods
GetOptionLabel(int)
public string? GetOptionLabel(int index)
Parameters
index
int
Returns
GetSelectedIndices()
public List<int> GetSelectedIndices()
Returns
GetValue()
public string? GetValue()
Returns
IsOptionSelected(int)
public bool IsOptionSelected(int index)
Parameters
index
int
Returns
IsReadOnly()
public bool IsReadOnly()
Returns
SetOptionSelected(int, bool)
public bool SetOptionSelected(int index, bool selected)
Parameters
Returns
SetValue(string)
public bool SetValue(string value)
Parameters
value
string