Aspose::Pdf::Comparison::GraphicalPdfComparer::CompareDocumentsToImages‑metod

GraphicalPdfComparer::CompareDocumentsToImages method

Jämför dokument grafiskt. Jämförelsresultatet placeras i bilder.

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)
ParameterTypBeskrivning
document1const System::SharedPtr<Document>&Det första dokumentet att jämföra.
document2const System::SharedPtr<Document>&Det andra dokumentet att jämföra.
targetDirectoryconst System::String&Katalogen för att spara jämförelsresultat.
fileNamePrefixconst System::String&Prefix för bildnamn.
imageFormatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Bildformatet att spara.

Se även