Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / CheckBoxField Class / Checked Property

In This Topic
    Checked Property
    In This Topic
    Gets or sets the value of this CheckBoxField as a Boolean value. See ValueObj for details.
    Syntax
    'Declaration
     
    Public Property Checked As System.Boolean
    public System.bool Checked {get; set;}
    See Also