background_color property
background_color property
Gets or sets Color which will fill background of every page. Default value is Transparent.
Definition:
@property
def background_color(self):
    ...
@background_color.setter
def background_color(self, value):
    ...
See Also
- module aspose.svg.rendering
- class RenderingOptions