BaseSlideHeaderFooterManagerSetFooterVisibility Method

Changes slide footer placeholder visibility.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void SetFooterVisibility(
	bool isVisible
)

Parameters

isVisible
Type: SystemBoolean
true - makes a footer placeholder visible, otherwise - hides it.
See Also