Aspose::Words::LowCode::Watermarker::SetWatermarkToImages метод

Содержание
[ ]

Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::IO::Stream>&) method

Добавляет изображение водяного знака в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::IO::Stream> &watermarkImageStream)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkImageStreamconst System::SharedPtr<System::IO::Stream>&Поток изображения, отображаемый как водяной знак.

См. также

Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) method

Добавляет изображение водяного знака в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::SharedPtr<System::IO::Stream> &watermarkImageStream, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions> &options)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkImageStreamconst System::SharedPtr<System::IO::Stream>&Поток изображения, отображаемый как водяной знак.
параметрыconst System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&Определяет дополнительные параметры для изображений водяного знака.

См. также

Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&) method

Добавляет текстовый водяной знак в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &watermarkText)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkTextconst System::String&Текст, отображаемый в виде водяного знака.

См. также

Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::SharedPtr<Aspose::Words::TextWatermarkOptions>&) method

Добавляет текстовый водяной знак в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &watermarkText, const System::SharedPtr<Aspose::Words::TextWatermarkOptions> &options)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkTextconst System::String&Текст, отображаемый в виде водяного знака.
параметрыconst System::SharedPtr<Aspose::Words::TextWatermarkOptions>&Определяет дополнительные параметры для текстового водяного знака.

См. также

Watermarker::SetWatermarkToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::ArrayPtr<uint8_t>&) method

Добавляет изображение водяного знака в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::ArrayPtr<uint8_t> &watermarkImageBytes)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkImageBytesconst System::ArrayPtr<uint8_t>&Байты изображения, отображаемые как водяной знак.

См. также

Watermarker::SetWatermarkToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) method

Добавляет изображение водяного знака в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::ArrayPtr<uint8_t> &watermarkImageBytes, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions> &options)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkImageBytesconst System::ArrayPtr<uint8_t>&Байты изображения, отображаемые как водяной знак.
параметрыconst System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&Определяет дополнительные параметры для изображений водяного знака.

См. также

Watermarker::SetWatermarkToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&) method

Добавляет текстовый водяной знак в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &watermarkText)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkTextconst System::String&Текст, отображаемый в виде водяного знака.

См. также

Watermarker::SetWatermarkToImages(const System::String&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, const System::String&, const System::SharedPtr<Aspose::Words::TextWatermarkOptions>&) method

Добавляет текстовый водяной знак в документ с параметрами. Рендерит вывод в изображения.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Watermarker::SetWatermarkToImages(const System::String &inputFileName, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, const System::String &watermarkText, const System::SharedPtr<Aspose::Words::TextWatermarkOptions> &options)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
watermarkTextconst System::String&Текст, отображаемый в виде водяного знака.
параметрыconst System::SharedPtr<Aspose::Words::TextWatermarkOptions>&Определяет дополнительные параметры для текстового водяного знака.

См. также