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