Click or drag to resize

EmbedImageList Append Method (Image)

Add an image to a presentation.

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

Parameters

image
Type: System.Drawing Image
Image to add.

Return Value

Type: IImageData
Added image.
See Also