PdfDocumentSignatureInformationSignedSignatureCount Property |
Gets the total number of signed signatures in 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 int SignedSignatureCount { get; }
Public ReadOnly Property SignedSignatureCount As Integer
Get
Property Value
Type:
Int32
The signed signature count of the document.
Remarks
This does not reflect whether or not the signatures are valid.
See Also