BaseSlideCreateBackgroundEffective Method |
Note: This API is now obsolete.
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()
<ObsoleteAttribute("Use Background.GetEffective() instead. The method will be removed after release of version 20.8.")>
Public Function CreateBackgroundEffective As IBackgroundEffectiveData
public:
[ObsoleteAttribute(L"Use Background.GetEffective() instead. The method will be removed after release of version 20.8.")]
virtual IBackgroundEffectiveData^ CreateBackgroundEffective() sealed
[<ObsoleteAttribute("Use Background.GetEffective() instead. The method will be removed after release of version 20.8.")>]
abstract CreateBackgroundEffective : unit -> IBackgroundEffectiveData
[<ObsoleteAttribute("Use Background.GetEffective() instead. The method will be removed after release of version 20.8.")>]
override CreateBackgroundEffective : unit -> IBackgroundEffectiveData
Return Value
Type:
IBackgroundEffectiveDataA
IBackgroundEffectiveData instance.
Implements
IBaseSlideCreateBackgroundEffective
See Also