image_options property

image_options property

The options for rendering images.

Remarks

When one ImageOrPrintOptions instance is specified, the LowCodeImageSaveOptions.save_format will be overwritten(if it had been specified before).

Definition:

@property
def image_options(self):
    ...
@image_options.setter
def image_options(self, value):
    ...

See Also