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

In This Topic
    ValueObj Property
    In This Topic
    Gets or sets the object value of this checkbox field.

    Gets false if none of the associated widgets is checked. Otherwise gets true if all widgets use the same name for the checked appearance stream, or the name of the appearance stream that is used to display the checked state.

    When set, if a Boolean value is specified, it is assigned as is to the checked state. If the assigned value is not a Boolean, it is converted to string and is interpreted as the name of the widget's appearance stream used to show the widget's checked state. If no such stream exists, the checkbox will show as unchecked.
    Syntax
    'Declaration
     
    Public Property ValueObj As System.Object
    public System.object ValueObj {get; set;}
    See Also