Gets or sets a value indicating whether this
PdfCheckBox is checked or not.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Checked { get; set; }
VB
Public Property Checked As Boolean
Get
Set
Property Value
Type:
Booleantrue if the check box is checked;
otherwise,
false.
See Also