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.48.0.0 (3.48.0.0)
Syntax public bool ShowSignatureShapeTool { get; set; }
Public Property ShowSignatureShapeTool As Boolean
Get
Set
Property Value
Type:
Booleantrue 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