linearize property
linearize property
The linearize option linearizes the PDF document for the web.
Definition:
@property
def linearize(self):
...
@linearize.setter
def linearize(self, value):
...
See Also
- class
PdfOptions
The linearize option linearizes the PDF document for the web.
@property
def linearize(self):
...
@linearize.setter
def linearize(self, value):
...
PdfOptions