CPDFCompareOverlay Constructor (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.
Namespace:
ComPDFKit.Compare
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax public CPDFCompareOverlay(
CPDFDocument oldDocument,
string oldPageRange,
CPDFDocument newDocument,
string newPageRange
)
Parameters
- oldDocument
- Type: ComPDFKit.PDFDocumentCPDFDocument
The old version of a document. - oldPageRange
- Type: SystemString
The page range of the old document, for example: 1,3,5,6-10. - newDocument
- Type: ComPDFKit.PDFDocumentCPDFDocument
The new version of a document. - newPageRange
- Type: SystemString
The page range of the new document, for example: 1,3,5,6-10.
See Also