BaseSlideHeaderFooterManagerIsFooterVisible Property |
Gets value indicating that a footer placeholder is present.
Read
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsFooterVisible { get; }
Public ReadOnly Property IsFooterVisible As Boolean
Get
public:
virtual property bool IsFooterVisible {
bool get () sealed;
}
abstract IsFooterVisible : bool with get
override IsFooterVisible : bool with get
Property Value
Type:
Boolean
See Also