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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool PopupInput { get; set; }

Property Value

Type: Boolean
See Also