Click or drag to resize

PdfSignatureShapePopupButtonText Property

Gets or sets a string representing the PdfSignatureShape's button text, if a PopupInput is true and the object is empty.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public string PopupButtonText { get; set; }

Property Value

Type: String
Remarks

The default value is "Sign".

See Also