Click or drag to resize

PdfiumFPDFFormField_IsItemDefaultSelected Method

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormField_IsItemDefaultSelected(
	IntPtr frmField,
	int index
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
index  Int32
Zero based index of item in Combobox or Listbox.

Return Value

Boolean
True if item selected, False otherwise
See Also