PdfSignatureShapeIsSigned Property |
Gets a value indicating if this
PdfSignatureShape has been signed (using any method).
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool IsSigned { get; }
Public ReadOnly Property IsSigned As Boolean
Get
Property Value
Type:
Boolean
Remarks
The signature method used by the user can be determined using the SignatureMethod property.
See Also