Click or drag to resize

PdfSignatureShapeIsSigned Property

Gets a value indicating if this PdfSignatureShape has been signed (using any method).

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

Property Value

Type: Boolean
Remarks

The signature method used by the user can be determined using the SignatureMethod property.

See Also