__init__ constructor

On this page

init

Initializes a new instance of PageInfo.

def __init__(self, width, height):
    ...
Parameter Type Description
width int Page Width.
height int Page Height.

See Also

On this page