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)
ParameterTypeDescription
page1const System::SharedPtr<Page>&The first page to compare.
page2const System::SharedPtr<Page>&The second page to compare.
resultImagePathconst System::String&The path to target image file.

See Also