Click or drag to resize

PdfTextFieldDefaultValue Property

Gets or sets the form field's default value.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntax
public string DefaultValue { get; set; }

Property Value

Type: String
Remarks

This property can not be changed if IsLocked is true.

See Also