Click or drag to resize

PdfFieldName Property

Gets or sets the form field's name

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

Property Value

Type: String
Remarks

This is the fully qualified name of the form field. Leading and trailing whitespace will be trimmed from names set to a form field.

This property can not be changed if IsLocked is true.

See Also