Click or drag to resize
Pdftools logo

RevisionHasNonSigningUpdates Property

Whether the revision contains a non-signing update.

Returns if any update leading up to this revision does not contain a signature. Returns if every update that leads up to this revision contains a signature.

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.15.0+147e4fc493a307e6b18a87db67c367af92815484
Syntax
C#
public bool HasNonSigningUpdates { get; }

Property Value

Boolean
See Also