Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool HasSignatures { get; }

Property Value

Type: Boolean
true 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