Click or drag to resize

PdfWebControlLiteShowSignatureShapeTool Property

Gets or sets a value indicating whether the signatures shape tool should be shown in the PdfWebControlLite viewer.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ShowSignatureShapeTool { get; set; }

Property Value

Type: Boolean
true if the signature shape tool is hidden; otherwise false. The default is false.
Remarks

When true, the user can add new PdfSignatureShapes to the document using the GUI. This is turned off by default as it usually would be used by form designers.

When false, the user can not delete, duplicate, or style an existing PdfSignatureShape.

See Also