Click or drag to resize

PdfChoiceFieldDefaultSelectedItem Property

Get the Combobox's or Listbox's index of item selected by default.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public int DefaultSelectedItem { get; }

Property Value

Int32
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
See Also