Click or drag to resize

SlideBackground GetBackgroundFillFormat Method

Gets slide's background fillformat. Read only GetBackgroundFillFormat(ActiveSlide) .

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FillFormat GetBackgroundFillFormat(
	ActiveSlide slide
)

Parameters

slide
Type: Spire.Presentation ActiveSlide
the slide with current background.

Return Value

Type: FillFormat
See Also