Aspose::Words::LowCode::Comparer::CompareToImages метод

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) method

Сравнивает два документа и сохраняет различия в виде изображений. Каждый элемент возвращаемого массива представляет отдельную страницу вывода, отрисованную как изображение.

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)
ПараметрТипОписание
v1const System::SharedPtr<System::IO::Stream>&Оригинальный документ.
v2const System::SharedPtr<System::IO::Stream>&Изменённый документ.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения изображения вывода.
авторconst System::String&Инициалы автора, используемые для ревизий.
dateTimeSystem::DateTimeДата и время, используемые для правок.

См. также

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

Сравнивает два документа и сохраняет различия в виде изображений. Каждый элемент возвращаемого массива представляет отдельную страницу вывода, отрисованную как изображение.

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)
ПараметрТипОписание
v1const System::SharedPtr<System::IO::Stream>&Оригинальный документ.
v2const System::SharedPtr<System::IO::Stream>&Изменённый документ.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения изображения вывода.
авторconst System::String&Инициалы автора, используемые для ревизий.
dateTimeSystem::DateTimeДата и время, используемые для правок.
compareOptionsconst System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&Document опции сравнения.

См. также

Comparer::CompareToImages(const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, System::DateTime) method

Сравнивает два документа и сохраняет различия в виде изображений. Каждый элемент возвращаемого массива представляет отдельную страницу вывода, отрисованную как изображение.

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)
ПараметрТипОписание
v1const System::String&Оригинальный документ.
v2const System::String&Изменённый документ.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения изображения вывода.
авторconst System::String&Инициалы автора, используемые для ревизий.
dateTimeSystem::DateTimeДата и время, используемые для правок.

См. также

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

Сравнивает два документа и сохраняет различия в виде изображений. Каждый элемент возвращаемого массива представляет отдельную страницу вывода, отрисованную как изображение.

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)
ПараметрТипОписание
v1const System::String&Оригинальный документ.
v2const System::String&Изменённый документ.
imageSaveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения изображения вывода.
авторconst System::String&Инициалы автора, используемые для ревизий.
dateTimeSystem::DateTimeДата и время, используемые для правок.
compareOptionsconst System::SharedPtr<Aspose::Words::Comparing::CompareOptions>&Document опции сравнения.

См. также