Overview
TiffPage is a class in Aspose.PDF FOSS for Python.
One image in a TIFF file.
Properties: data, dpi, height, mode, width.
Properties
| Name | Type | Access | Description |
|---|
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
mode | str | Read | Gets the mode. |
data | bytes | Read | Gets the data. |
dpi | float | Read | Gets the dpi. |