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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public bool HasNonSigningUpdates { get; }

Property Value

Boolean
See Also