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

In This Topic
    DefaultValue Property (Field)
    In This Topic
    Gets or sets the field's default value.
    Syntax
    'Declaration
     
    Public Property DefaultValue As System.Object
    public System.object DefaultValue {get; set;}
    See Also