pre_rasterize property

pre_rasterize property

The pre_rasterize flag indicating whether the file should be pre‑rasterized.

Definition:

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

See Also