paper_color property

ImageSaveOptions.paper_color property

Gets or sets the background (paper) color for the generated images. The default value is aspose.pydrawing.Color.white.

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

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

Remarks

When rendering pages of a document that specifies its own background color, then the document background color will override the color specified by this property.

See Also