PdfDocumentSignerInfo Property |
Gets the signature information about the document signatures as the result of opening the document.
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 PdfDocumentSignatureInformation Info { get; }
Public ReadOnly Property Info As PdfDocumentSignatureInformation
Get
Property Value
Type:
PdfDocumentSignatureInformation
The signature information for the document.
Remarks
This is object is equivalent to
PdfDocumentSigner.GetInfo(stm)
.
See Also