Click or drag to resize

EmbedImageList Append Method (Stream)

Add an image to a presentation from stream.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IImageData Append(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
Stream to add image from.

Return Value

Type: IImageData
Added image.
See Also