PdfGeneratedDocumentDocumentWasSigned Property |
Gets a value indicating whether the document contained a digital signature when opened.
Namespace:
Atalasoft.PdfDoc.Generating
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool DocumentWasSigned { get; }
Public ReadOnly Property DocumentWasSigned As Boolean
Get
Property Value
Type:
Booleantrue if the document contained a digital signature; otherwise,
false.
Remarks This property does not indicate that the validitity 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