Aspose::Words::LowCode::Comparer::CompareToImages method

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)
ParameterTypeDescription
v1const System::SharedPtr<System::IO::Stream>&The original document.
v2const System::SharedPtr<System::IO::Stream>&The modified document.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&The output’s image save options.
authorconst System::String&Initials of the author to use for revisions.
dateTimeSystem::DateTimeThe date and time to use for revisions.
compareOptionsconst System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&Document comparison options.

See Also

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)
ParameterTypeDescription
v1const System::String&The original document.
v2const System::String&The modified document.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&The output’s image save options.
authorconst System::String&Initials of the author to use for revisions.
dateTimeSystem::DateTimeThe date and time to use for revisions.
compareOptionsconst System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&Document comparison options.

See Also