image_stream property

ImageFieldMergingArgs.image_stream property

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

@property
def image_stream(self) -> io.BytesIO:
    ...

@image_stream.setter
def image_stream(self, value: io.BytesIO):
    ...

Remarks

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

See Also