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

Property Value

Boolean
See Also