open_page method
open_page
Makes necessary preparation of the device before page rendering.
Returns
Always true.
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
Always true.
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.eps.device
- class
PdfDevice