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

NameTypeAccessDescription
widthintReadGets the width.
heightintReadGets the height.
avail_widthintReadGets the avail width.
avail_heightintReadGets the avail height.
color_depthintReadGets the color depth.
pixel_depthintReadGets the pixel depth.

Methods

SignatureDescription
__init__()Calls init on this Screen instance.

See Also