Click or drag to resize

SlideList Append Method (ISlide, IMasterSlide)

Adds a slide to the collection.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	ISlide slide,
	IMasterSlide master
)

Parameters

slide
Type: Spire.Presentation ISlide
master
Type: Spire.Presentation IMasterSlide

Return Value

Type: Int32
See Also