PdfDocumentSignatureInformation Properties |
The PdfDocumentSignatureInformation type exposes the following members.
Name | Description | |
---|---|---|
AllowedChanges |
Gets the allowed changes to the document.
| |
Certificate |
Gets the certificate associated with the document or null if there is no certificate.
| |
ErrorsEncountered |
Gets a description of the errors encountered, if any, while attempting to get
signature information from a PDF file. If there were no errors,
this will be an empty string.
| |
HasSignatures |
Gets a value indicating whether a PDF document has signatures.
| |
IsCertified |
Gets a value indicating whether a PDF document is certified.
| |
SignatureCount |
Gets the total number of signature fields in the document.
| |
Signatures |
Gets the list of signatures in the document. A signature, represented by a PdfSignatureInformation object
may be signed or unsigned.
| |
SignedSignatureCount |
Gets the total number of signed signatures in the document.
|