Click or drag to resize

PdfChoiceFieldSelectItem Method

Select or deselect Combobox or Listbox item

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool SelectItem(
	int index,
	bool select
)

Parameters

index  Int32
Zero based index of item in Combobox or Listbox.
select  Boolean
True for select, False otherwise

Return Value

Boolean
True for success or False otherwise
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
See Also