Click or drag to resize

PdfSignatureShapePopupInput Property

Gets or sets a value indicating whether this PdfSignatureShape should accept input via a popup instead of only drawing using the pen tool directly on the document.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool PopupInput { get; set; }

Property Value

Type: Boolean
See Also