transparent property
transparent property
Indicates if the background of generated image should be transparent.
Remarks
The default value is false. That means the background of the generated images is white.
Definition:
@property
def transparent(self):
...
@transparent.setter
def transparent(self, value):
...
See Also
- module
aspose.cells.rendering
- class
ImageOrPrintOptions