tiff_binarization_method property
tiff_binarization_method property
Gets or sets method used while converting images to 1 bpp format
when ImageOrPrintOptions.image_type
is Tiff and ImageOrPrintOptions.tiff_compression
is equal to Ccitt3 or Ccitt4.
Remarks
The default value is FloydSteinbergDithering.
Definition:
@property
def tiff_binarization_method(self):
...
@tiff_binarization_method.setter
def tiff_binarization_method(self, value):
...
See Also
- module
aspose.cells.rendering
- class
ImageBinarizationMethod
- class
ImageOrPrintOptions