open_page method
Contents
[
Hide
]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):
...
Parameter | Type | Description |
---|---|---|
title | str | The 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):
...
Parameter | Type | Description |
---|---|---|
width | float | A width of the page. |
height | float | A height of the page. |
See Also
- module
aspose.page
- class
IMultiPageDevice