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

In This Topic
    DefaultValue Property (TextField)
    In This Topic
    Gets or sets the default value of this TextField, applied when the field is reset.
    Syntax
    'Declaration
     
    Public Shadows Property DefaultValue As System.String
    public new System.string DefaultValue {get; set;}
    See Also