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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public IList<PdfSignatureInformation> Signatures { get; }

Property Value

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