Click or drag to resize

SlideList ToArray Method (Int32, Int32)

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ISlide[] ToArray(
	int startIndex,
	int count
)

Parameters

startIndex
Type: System Int32
count
Type: System Int32

Return Value

Type: ISlide
See Also