lineriaze property

lineriaze property

Enables optimization the output PDF file for viewing online with a web browser.

Remarks

This optimization allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. For code example, see this documentation.

Definition:

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

See Also