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)
| Parameter | Type | Description |
|---|---|---|
| document1 | const System::SharedPtr<Document>& | The first document to compare. |
| document2 | const System::SharedPtr<Document>& | The second document to compare. |
| targetDirectory | const System::String& | The directory to save a comparison results. |
| fileNamePrefix | const System::String& | The images name prefix. |
| imageFormat | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The image format to save. |
See Also
- Typedef SharedPtr
- Class Document
- Class String
- Class ImageFormat
- Class GraphicalPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++