Aspose::Words::LowCode::Comparer::CompareToImages method
Contents
[
Hide
]Comparer::CompareToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, System::DateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&) method
Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image.
static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Comparer::CompareToImages(const System::SharedPtr<System::IO::Stream> &v1, const System::SharedPtr<System::IO::Stream> &v2, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &imageSaveOptions, const System::String &author, System::DateTime dateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions> &compareOptions=nullptr)
Parameter | Type | Description |
---|---|---|
v1 | const System::SharedPtr<System::IO::Stream>& | The original document. |
v2 | const System::SharedPtr<System::IO::Stream>& | The modified document. |
imageSaveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The output’s image save options. |
author | const System::String& | Initials of the author to use for revisions. |
dateTime | System::DateTime | The date and time to use for revisions. |
compareOptions | const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>& | Document comparison options. |
See Also
- Class ImageSaveOptions
- Class CompareOptions
- Class Comparer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
Comparer::CompareToImages(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, System::DateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&) method
Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image.
static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Comparer::CompareToImages(const System::String &v1, const System::String &v2, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &imageSaveOptions, const System::String &author, System::DateTime dateTime, const System::SharedPtr<Aspose::Words::Comparing::CompareOptions> &compareOptions=nullptr)
Parameter | Type | Description |
---|---|---|
v1 | const System::String& | The original document. |
v2 | const System::String& | The modified document. |
imageSaveOptions | const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>& | The output’s image save options. |
author | const System::String& | Initials of the author to use for revisions. |
dateTime | System::DateTime | The date and time to use for revisions. |
compareOptions | const System::SharedPtr<Aspose::Words::Comparing::CompareOptions>& | Document comparison options. |
See Also
- Class ImageSaveOptions
- Class CompareOptions
- Class Comparer
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++