![]() | Revision Class |
The document revision
An incremental update to a PDF creates a new revision. A revision is defined by the update itself and all updates that came before, including the initial document. An update can introduce changes to the document (visible or invisible), it can sign the current revision, or it can do both. But an update can only ever hold one valid signature.public class Revision : NativeObject
The Revision type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasNonSigningUpdates | 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. |
![]() | IsLatest | Whether this is the latest document revision |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from NativeObject) |
![]() | GetHashCode | (Inherited from NativeObject) |
![]() | Write | Write the contents of the document revision to a stream |