Click or drag to resize

PdfButtonWidgetFieldWidget Text Property

Gets or sets the caption text.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Text { get; set; }

Property Value

Type: String
A string value specifying the caption of the button.
See Also