PdfSignatureMaker
Signature Property
|
The signature.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSignature Signature { get; }
Public ReadOnly Property Signature As PdfSignature
Get
public:
property PdfSignature^ Signature {
PdfSignature^ get ();
}
member Signature : PdfSignature with get
Property Value
Type:
PdfSignature
See Also