Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::ComparePagesToImage method

GraphicalPdfComparer::ComparePagesToImage method

Compares pages graphically. The comparison result is placed in a image.

void Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::ComparePagesToImage(System::SharedPtr<Page> page1, System::SharedPtr<Page> page2, System::String resultImagePath)
ParameterTypeDescription
page1System::SharedPtr<Page>The first page to compare.
page2System::SharedPtr<Page>The second page to compare.
resultImagePathSystem::StringThe path to target image file.

See Also