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

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