PdfDocumentRevisionComparer Class Members
In This Topic
The following tables list the members exposed by
PdfDocumentRevisionComparer.
Public Properties
| Name | Description |
 | AddedAnnotations | Gets the dictionary: source PDF document page => list of added annotations. |
 | AddedPages | Gets the collection that contains the modified PDF document pages, which are not exist in source PDF document. |
 | ChangedAnnotations | Gets the dictionary: source PDF document page => list of modified annotations. |
 | ChangedPageContents | Gets the dictionary: source PDF document page => modified PDF document page with modified content. |
 | HasModifiedPages | Gets a value indicating whether comparison result has modified pages. |
 | MiscellaneousChanges | Gets a list with key pair: source PDF document object => modified PDF document object. |
 | ModifiedDocument | Gets the modified PDF document. |
 | RemovedAnnotations | Gets the dictionary: source PDF document page => list of removed annotations. |
 | RemovedPages | Gets the collection that contains the source PDF document pages, which are not exist in modified PDF document. |
 | SourceDocument | Gets the source PDF document. |
Public Methods
See Also