 | PdfFieldDefaultValue Property |
Gets or sets the default value of the field.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic string DefaultValue { get; set; }
Public Property DefaultValue As String
Get
Set
public:
property String^ DefaultValue {
String^ get ();
void set (String^ value);
}
member DefaultValue : string with get, set
/** @property */
public String get_DefaultValue()
/** @property */
public void set_DefaultValue(String value)
function get_DefaultValue();
function set_DefaultValue(value);
Property Value
Type:
String
ExceptionsException | Condition |
---|
DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also