Click or drag to resize

PdfDocumentDocumentWasSigned Property

Gets a value indicating whether the document contained a digital signature when opened.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool DocumentWasSigned { get; }

Property Value

Type: Boolean
true if the document contained a digital signature; otherwise, false.
Remarks
This property does not indicate that the validity of the signature - only that there was a signature at the time the file was opened. Saving a file with a previous digital signature will create an invalid PDF.
See Also