ImageGear .NET - Updated
Compare(ImGearDocument,ImGearDocument) Method




ImageGear24.Comparison Assembly > ImageGear.Comparison Namespace > ImGearComparison Class > Compare Method : Compare(ImGearDocument,ImGearDocument) Method
The first input document, usually considered the "original" document.
The second input document, usually considered the "modified" document.
Compares the content (text and images) of two documents. Currently, only PDF documents are supported.
Syntax
'Declaration
 
Public Overloads Shared Function Compare( _
   ByVal oldDocument As ImGearDocument, _
   ByVal newDocument As ImGearDocument _
) As IComparisonResult
'Usage
 
Dim oldDocument As ImGearDocument
Dim newDocument As ImGearDocument
Dim value As IComparisonResult
 
value = ImGearComparison.Compare(oldDocument, newDocument)

Parameters

oldDocument
The first input document, usually considered the "original" document.
newDocument
The second input document, usually considered the "modified" document.

Return Value

An object with the result of the comparison.
See Also

Reference

ImGearComparison Class
ImGearComparison Members
Overload List