BaseSlideCreateBackgroundEffective Method

Note: This API is now obsolete.

Creates and returns IBackgroundEffectiveData object which contains effective background properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
[ObsoleteAttribute("Use Background.GetEffective() instead. The method will be removed after release of version 20.8.")]
public IBackgroundEffectiveData CreateBackgroundEffective()

Return Value

Type: IBackgroundEffectiveData
A IBackgroundEffectiveData instance.

Implements

IBaseSlideCreateBackgroundEffective
See Also