Aspose::Pdf::Comparison::GraphicalPdfComparer::ComparePagesToImage method
GraphicalPdfComparer::ComparePagesToImage method
Compares pages graphically. The comparison result is placed in a image.
void Aspose::Pdf::Comparison::GraphicalPdfComparer::ComparePagesToImage(const System::SharedPtr<Page> &page1, const System::SharedPtr<Page> &page2, const System::String &resultImagePath)
| Parameter | Type | Description |
|---|---|---|
| page1 | const System::SharedPtr<Page>& | The first page to compare. |
| page2 | const System::SharedPtr<Page>& | The second page to compare. |
| resultImagePath | const System::String& | The path to target image file. |
See Also
- Typedef SharedPtr
- Class Page
- Class String
- Class GraphicalPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++