Click or drag to resize

PdfChoiceFieldCommitOnSelChange Property

Gets or sets a flag indicating whether the new value is committed as soon as a selection is made with the pointing device.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool CommitOnSelChange { get; set; }

Property Value

Boolean
If true, the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If false, the new value is not committed until the user exits the field.
See Also