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