Property Signature
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Signature
Gets the PdfSignature object that specifies the signature associated with this signature field.
public PdfSignature? Signature { get; }
Property Value
- PdfSignature
The PdfSignature object that specifies the signature associated with this signature field.
Remarks
The value of this property can be null
if there is no signature associated
with this signature field.
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.