Screen
Overview
Screen is a class in Aspose.Html FOSS for Python.
Browser screen geometry — all values are stubs (server-side context).
This class provides 1 method for working with Screen objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Properties: avail_height, avail_width, color_depth, height, pixel_depth, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
avail_width | int | Read | Gets the avail width. |
avail_height | int | Read | Gets the avail height. |
color_depth | int | Read | Gets the color depth. |
pixel_depth | int | Read | Gets the pixel depth. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this Screen instance. |