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

GraphicalPdfComparer::CompareDocumentsToImages method

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

void Aspose::Pdf::Comparison::GraphicalPdfComparer::CompareDocumentsToImages(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::String &targetDirectory, const System::String &fileNamePrefix, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &imageFormat)
ParameterTypeDescription
document1const System::SharedPtr<Document>&The first document to compare.
document2const System::SharedPtr<Document>&The second document to compare.
targetDirectoryconst System::String&The directory to save a comparison results.
fileNamePrefixconst System::String&The images name prefix.
imageFormatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&The image format to save.

See Also