GetSlideById

Presentation.GetSlideById method

Returns a Slide, MasterSlide or LayoutSlide by Id.

public IBaseSlide GetSlideById(uint id)
ParameterTypeDescription
idUInt32Id of a slide.

Return Value

IBaseSlide object.

See Also