VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentRevisionComparer Class
Properties Methods SeeAlso
In This Topic
    PdfDocumentRevisionComparer Class Members
    In This Topic
    The following tables list the members exposed by PdfDocumentRevisionComparer.
    Public Properties
     NameDescription
    Public PropertyGets the dictionary: source PDF document page => list of added annotations.
    Public PropertyGets the collection that contains the modified PDF document pages, which are not exist in source PDF document.
    Public PropertyGets the dictionary: source PDF document page => list of modified annotations.
    Public PropertyGets the dictionary: source PDF document page => modified PDF document page with modified content.
    Public PropertyGets a value indicating whether comparison result has modified pages.
    Public PropertyGets a list with key pair: source PDF document object => modified PDF document object.
    Public PropertyGets the modified PDF document.
    Public PropertyGets the dictionary: source PDF document page => list of removed annotations.
    Public PropertyGets the collection that contains the source PDF document pages, which are not exist in modified PDF document.
    Public PropertyGets the source PDF document.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates comparer, which compares specified PDF document revision and specified PDF document.
    Public MethodReleases all resources used by this PdfDocumentRevisionComparer.
    See Also