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

Property Value

Boolean
See Also