PdfDocumentSignatureInformationHasSignatures Property |
Gets a value indicating whether a PDF document has signatures.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool HasSignatures { get; }Public ReadOnly Property HasSignatures As Boolean
Get
Property Value
Type:
Booleantrue if a PDF document has signatures; otherwise,
false.
Remarks
This only indicates the presence of signatures not whether they are
signed or valid.
See Also