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

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