rasterize_included_graphics property

rasterize_included_graphics property

Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.

Definition:

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

See Also