Click or drag to resize

ExaminerResultsHasSignatures Property

Gets a value indicating whether the AcroForm advertises that it contains digital signatures. This does not indicate that the signatures are valid.

Namespace:  Atalasoft.PdfDoc.Examiner
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 the document advertises that it has signatures; otherwise, false.
Remarks
Some documents may advertise that they contains signatures, but have had them (incorrectly) removed
See Also