Click or drag to resize

PdfCheckBoxControlIsChecked Property

Gets whether the Checkbox is checked.

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

Property Value

Boolean
Exceptions
ExceptionCondition
DomExceptionThrown by newly created Controls that have not yet been added to the DOM.
See Also