[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.CheckBoxField.DefaultValue

DefaultValue Property

DefaultValue

Gets or sets the default value of this CheckBoxField.

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