PDFView4NET WPF Edition
DefaultValue Property




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : DefaultValue Property
Gets or sets the field's default value.
Syntax
'Declaration
 
Public Property DefaultValue As String
'Usage
 
Dim instance As PDFTextBoxField
Dim value As String
 
instance.DefaultValue = value
 
value = instance.DefaultValue
public string DefaultValue {get; set;}
public: __property string* get_DefaultValue();
public: __property void set_DefaultValue( 
   string* value
);
public:
property String^ DefaultValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value of the field.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members