Aspose::Words::LowCode::Watermarker::SetImage method

Watermarker::SetImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Drawing::Image>&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, Aspose::Words::SaveFormat saveFormat, const System::SharedPtr<System::Drawing::Image> &watermarkImage)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&The input stream.
outputStreamconst System::SharedPtr<System::IO::Stream>&The output stream.
saveFormatAspose::Words::SaveFormatThe save format.
watermarkImageconst System::SharedPtr<System::Drawing::Image>&Image that is displayed as a watermark.

See Also

Watermarker::SetImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Drawing::Image>&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &outputStream, Aspose::Words::SaveFormat saveFormat, const System::SharedPtr<System::Drawing::Image> &watermarkImage, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions> &options)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&The input stream.
outputStreamconst System::SharedPtr<System::IO::Stream>&The output stream.
saveFormatAspose::Words::SaveFormatThe save format.
watermarkImageconst System::SharedPtr<System::Drawing::Image>&Image that is displayed as a watermark.
optionsconst System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&Defines additional options for the image watermark.

See Also

Watermarker::SetImage(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::String &inputFileName, const System::String &outputFileName, Aspose::Words::SaveFormat saveFormat, const System::String &watermarkImageFileName)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.
saveFormatAspose::Words::SaveFormatThe save format.
watermarkImageFileNameconst System::String&Image that is displayed as a watermark.

See Also

Watermarker::SetImage(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::String &inputFileName, const System::String &outputFileName, Aspose::Words::SaveFormat saveFormat, const System::String &watermarkImageFileName, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions> &options)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.
saveFormatAspose::Words::SaveFormatThe save format.
watermarkImageFileNameconst System::String&Image that is displayed as a watermark.
optionsconst System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&Defines additional options for the image watermark.

See Also

Watermarker::SetImage(const System::String&, const System::String&, const System::String&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::String &inputFileName, const System::String &outputFileName, const System::String &watermarkImageFileName)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.
watermarkImageFileNameconst System::String&Image that is displayed as a watermark.

See Also

Watermarker::SetImage(const System::String&, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) method

Adds Image watermark into the document.

static void Aspose::Words::LowCode::Watermarker::SetImage(const System::String &inputFileName, const System::String &outputFileName, const System::String &watermarkImageFileName, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions> &options)
ParameterTypeDescription
inputFileNameconst System::String&The input file name.
outputFileNameconst System::String&The output file name.
watermarkImageFileNameconst System::String&Image that is displayed as a watermark.
optionsconst System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&Defines additional options for the image watermark.

See Also