PdfButtonFieldLabel Property |
Gets or sets the button form field's label (sometimes called the button's caption).
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string Label { get; set; }
Public Property Label As String
Get
Set
Property Value
Type:
StringRemarks
This property can not be changed if IsLocked is true.
See Also