image_type property

image_type property

Represents the image type when converting the chart and shape .

Remarks

NOTE: This member is now obsolete. Instead, Chart and Shape are always rendered as vector elements(e.g. point, line) for rendering quality. This property will be removed 12 months later since June 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also