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(System::SharedPtr<Document> document1, System::SharedPtr<Document> document2, System::String targetDirectory, System::String fileNamePrefix, System::SharedPtr<System::Drawing::Imaging::ImageFormat> imageFormat)
| Parameter | Type | Description |
|---|---|---|
| document1 | System::SharedPtr<Document> | The first document to compare. |
| document2 | System::SharedPtr<Document> | The second document to compare. |
| targetDirectory | System::String | The directory to save a comparison results. |
| fileNamePrefix | System::String | The images name prefix. |
| imageFormat | 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++