 | PdfChoiceFieldSelectItem Method |
Select or deselect Combobox or Listbox item
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool SelectItem(
int index,
bool select
)
Public Function SelectItem (
index As Integer,
select As Boolean
) As Boolean
public:
bool SelectItem(
int index,
bool select
)
member SelectItem :
index : int *
select : bool -> bool public boolean SelectItem(
int index,
boolean select
)
function SelectItem(index, select);
Parameters
- index Int32
- Zero based index of item in Combobox or Listbox.
- select Boolean
- True for select, False otherwise
Return Value
BooleanTrue for success or False otherwise
Exceptions| Exception | Condition |
|---|
| DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also