PageInfo constructor

init

Create new Instance of PageInfo

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

See Also