tiff_compression property

tiff_compression property

Gets or sets the type of compression to apply only when saving pages to the Tiff format.

Remarks

Has effect only when saving to TIFF. The default value is Lzw.

Definition:

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

See Also