XFINIUM.PDF.View.Win Documentation
DefaultValue Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualField Class : DefaultValue Property
Gets or sets the field default value.
Syntax
'Declaration
 
Public Property DefaultValue As Object
'Usage
 
Dim instance As PdfVisualField
Dim value As Object
 
instance.DefaultValue = value
 
value = instance.DefaultValue
public object DefaultValue {get; set;}
public:
property Object^ DefaultValue {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The field's default value.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualField Class
PdfVisualField Members