Property DefaultChecked
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
DefaultChecked
Gets or sets a value indicating whether this PdfCheckBox should be checked or not when a reset-form action is executed.
public bool DefaultChecked { get; set; }
Property Value
- bool
true
if the check box should be checked when a reset-form action is executed; otherwise,false
.