| 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:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
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
Remarks See Also
See Also