ToArray

ToArray()

Creates and returns an array with all slides in it.

public ISlide[] ToArray()

Return Value

Array of ISlide

See Also


ToArray(int, int)

Creates and returns an array with all slides from the specified range in it.

public ISlide[] ToArray(int startIndex, int count)
ParameterTypeDescription
startIndexInt32An index of a first slide to add.
countInt32A number of slides to add.

Return Value

Array of ISlide

See Also