Click or drag to resize

PdfFieldDefaultValue Property

Gets or sets the default value of the field.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public string DefaultValue { get; set; }

Property Value

String
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
See Also