VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / DefaultValue Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DefaultValue Property (PdfInteractiveFormTextField)
    In This Topic
    Gets or sets a default value of text field.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property DefaultValue As PdfInteractiveFormTextFieldValue
    
    
    [Browsable(False)]
    public PdfInteractiveFormTextFieldValue DefaultValue { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfInteractiveFormTextFieldValue* get_DefaultValue();
    public: __property void set_DefaultValue(
    PdfInteractiveFormTextFieldValue* value
    );
    Remarks

    This property is inheritable.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also