Click or drag to resize

PdfWebControlConvertSignatureFieldsToShapes Property

Gets or sets a value indicating whether a PdfWebControl instance should convert signature fields to natively signable signature shapes.

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

Property Value

Type: Boolean
true will convert all PdfSignatureFields to PdfSignatureShapes; otherwise false. The default is false.
Remarks
See Also