open_page method
open_page
Starts a new page with the specifies title.
Returns
True
if started page is to be output (it’s number is contained in PageNumbers save options).
False
, otherwise.
def open_page(self, title):
...
Parameter | Type | Description |
---|---|---|
title | str | The title. |
open_page
Starts a new page with the specified width and height.
Returns
True
if started page is to be output (it’s number is contained in PageNumbers save options).
False
, otherwise.
def open_page(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | float | The width of the page. |
height | float | The height of the page. |
See Also
- module
aspose.page.xps.presentation.pdf
- class
PdfDevice