back_color property

MultiPageLayout.back_color property

Gets or sets the background color of the output. The default is aspose.pydrawing.Color.empty.

@property
def back_color(self) -> aspose.pydrawing.Color:
    ...

@back_color.setter
def back_color(self, value: aspose.pydrawing.Color):
    ...

See Also