multi_page property
Specifies whether the generated TIFF document should be a multi-page.
If value is true, then the result will be a multi-page TIFF document,
if false then each slide will be saved in separate TIFF document.
Default is false.
Definition:
@property
def multi_page(self):
...
@multi_page.setter
def multi_page(self, value):
...
See Also
- class TiffConverterOptions
- module slidize
- library Slidize