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

In This Topic
    DefaultValue Property (CheckBoxField)
    In This Topic
    Gets or sets the default value of this CheckBoxField.
    Syntax
    'Declaration
     
    Public Shadows Property DefaultValue As System.Boolean
    public new System.bool DefaultValue {get; set;}
    See Also