Gets or sets the default value of the field to which the field reverts when a reset form action is executed
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Object DefaultValue { get; set; } |
| Visual Basic |
|---|
Public Property DefaultValue As Object Get Set |
| Visual C++ |
|---|
public: property Object^ DefaultValue { Object^ get (); void set (Object^ value); } |