Returns if the document is modified after the signature was added, meaning that an update is append to this document.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool DocumentModifiedAfterSigning { get; }
Visual Basic
Public ReadOnly Property DocumentModifiedAfterSigning As Boolean
	Get

Remarks

The signature can be valid or not.

See Also