Click or drag to resize

PdfDocumentSignatureInformationSignatures Property

Gets the list of signatures in the document. A signature, represented by a PdfSignatureInformation object may be signed or unsigned.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IList<PdfSignatureInformation> Signatures { get; }

Property Value

Type: IListPdfSignatureInformation
The list of signatures in the document.
See Also