open_page method

open_page

Makes necessary preparation of the device before page rendering.

Returns

Always true.

def open_page(self, title):
    ...
ParameterTypeDescription
titlestrThe page title.

open_page

Makes necessary preparation of the device before each page rendering.

Returns

Always true.

def open_page(self, width, height):
    ...
ParameterTypeDescription
widthfloatA width of the page.
heightfloatA height of the page.

See Also