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)
Syntaxpublic bool ConvertSignatureFieldsToShapes { get; set; }Public Property ConvertSignatureFieldsToShapes As Boolean
Get
Set
Property Value
Type:
Booleantrue will convert all
PdfSignatureFields to
PdfSignatureShapes; otherwise
false. The default is
false.
Remarks
See Also