[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.CheckBoxField.Value

Value Property

Value

Gets or sets the value of this CheckBoxField.

Declaration
[Obsolete("Use the Checked property instead. See also the ValueObj property.")]
public bool Value { get; set; }
<Obsolete("Use the Checked property instead. See also the ValueObj property.")>
Public Property Value As Boolean
See Also