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.48.0.0 (3.48.0.0)
Syntax public bool IsSigned { get; }
Public ReadOnly Property IsSigned As Boolean
Get
Property Value
Type:
BooleanRemarks
The signature method used by the user can be determined using the SignatureMethod property.
See Also