open_page method

open_page

Makes necessary preparation of the device before page rendering.

Returns

True if page is from requested range, otherwise false. Used in devices that can render specified array of page numbers.

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

open_page

Makes necessary preparation of the device before each page rendering.

Returns

Returns true if opened page has a number that falls in a range of selected page numbers and false otherwise.

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

See Also