Property Contents
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Contents
Gets the signature contents object.
public PdfSignatureContents Contents { get; }
Property Value
- PdfSignatureContents
The signature contents object.
Remarks
The contents object can be used to access signature certificates and to validate or verify the signature.
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.