Aspose::Words::MailMerging::ImageFieldMergingArgs::set_ImageStream method

ImageFieldMergingArgs::set_ImageStream(const System::SharedPtr<System::IO::Stream>&) method

Specifies the stream for the mail merge engine to read an image from.

void Aspose::Words::MailMerging::ImageFieldMergingArgs::set_ImageStream(const System::SharedPtr<System::IO::Stream> &value)

Remarks

Aspose.Words closes this stream after it merges the image into the document.

See Also

ImageFieldMergingArgs::set_ImageStream(std::basic_istream<CharType, Traits>&) method

template<typename CharType,typename Traits> void Aspose::Words::MailMerging::ImageFieldMergingArgs::set_ImageStream(std::basic_istream<CharType, Traits> &value)

See Also