tiff_color_depth proprietà
tiff_color_depth proprietà
Ottiene o imposta la profondità in bit da applicare solo quando si salvano le pagine nel formato Tiff
.
Osservazioni
Ha effetto solo quando si salva su TIFF. Se TiffCompression è impostato su CCITT3, CCITT4, ciò non avrà effetto, la profondità di bit dell’immagine tiff generata sarà sempre 1.
Definizione:
@property
def tiff_color_depth(self):
...
@tiff_color_depth.setter
def tiff_color_depth(self, value):
...
Guarda anche
- modulo
aspose.cells.rendering
- classe
ColorDepth
- classe
ImageOrPrintOptions