CPDFCompareOverlay Class |
Namespace: ComPDFKit.Compare
public class CPDFCompareOverlay
The CPDFCompareOverlay type exposes the following members.
Name | Description | |
---|---|---|
![]() | CPDFCompareOverlay(CPDFDocument, CPDFDocument) |
Initialize it with the given two versions of a document.
By default, it will generate a comparison document according to the order of pages, starting from the first page of both versions of the document.
|
![]() | CPDFCompareOverlay(CPDFDocument, String, CPDFDocument, String) |
Initialize it with the given two versions of a document.
and indices of the pages on which the points should be selected in both versions of a document.
|
Name | Description | |
---|---|---|
![]() | Compare |
Compares the document.
|
![]() | ComparisonDocument |
Gets the generated comparison document once the user compares both versions of a document.
|
![]() | Release |
Releases CPDFCompareOverlay object resource.
|
![]() | SetBlendMode |
Sets the blend mode that will be used when overlaying the new version of a document onto the old version.
|
![]() | SetNewDocumentFillAlpha |
Sets the fill opacity that will be used to replace all strokes in the new version of a document.
|
![]() | SetNewDocumentStrokeAlpha |
Sets the opacity that will be used to replace all strokes in the new version of a document.
|
![]() | SetNewDocumentStrokeColor |
Sets the color that will be used to replace all strokes in the new version of a document.
|
![]() | SetNoFill |
Sets whether the path is filled with white.
|
![]() | SetOldDocumentFillAlpha |
Sets the fill opacity that will be used to replace all strokes in the old version of a document.
|
![]() | SetOldDocumentStrokeAlpha |
Sets the opacity that will be used to replace all strokes in the old version of a document.
|
![]() | SetOldDocumentStrokeColor |
Sets the color that will be used to replace all strokes in the old version of a document.
|