Aspose::Pdf::Comparison::GraphicalPdfComparer::GetDifference method
GraphicalPdfComparer::GetDifference method
Gets differences between pages images. The result contains an image of the first page compared and an array of differences.
System::SharedPtr<ImagesDifference> Aspose::Pdf::Comparison::GraphicalPdfComparer::GetDifference(System::SharedPtr<Page> page1, System::SharedPtr<Page> page2)
| Parameter | Type | Description |
|---|---|---|
| page1 | System::SharedPtr<Page> | The first page. |
| page2 | System::SharedPtr<Page> | The second page. |
ReturnValue
The ImagesDifference instance.
See Also
- Typedef SharedPtr
- Class ImagesDifference
- Class Page
- Class GraphicalPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++