format property
format property
Sets or gets ImageFormat
. By default this property is ImageFormat.PNG
.
Definition:
@property
def format(self):
...
@format.setter
def format(self, value):
...
See Also
- module
aspose.svg.rendering.image
- class
ImageFormat
- class
ImageRenderingOptions