Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::CompareDocumentsToImages method

GraphicalPdfComparer::CompareDocumentsToImages method

Compares documents graphically. The comparison result is placed in images.

void Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::CompareDocumentsToImages(System::SharedPtr<Document> document1, System::SharedPtr<Document> document2, System::String targetDirectory, System::String fileNamePrefix, System::SharedPtr<System::Drawing::Imaging::ImageFormat> imageFormat)
ParameterTypeDescription
document1System::SharedPtr<Document>The first document to compare.
document2System::SharedPtr<Document>The second document to compare.
targetDirectorySystem::StringThe directory to save a comparison results.
fileNamePrefixSystem::StringThe images name prefix.
imageFormatSystem::SharedPtr<System::Drawing::Imaging::ImageFormat>The image format to save.

See Also