Click or drag to resize

PdfChoiceFieldIsItemSelected Method

Determines that the Combobox's or Listbox's item specified by index is selected

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

Parameters

index  Int32
Zero based index of item in Combobox or Listbox.

Return Value

Boolean
True if item selected, False otherwise
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
See Also