open_page method
open_page
Creates new page with document’s size and make it current one.
def open_page(self, page_name):
...
Parameter | Type | Description |
---|---|---|
page_name | str | The name of new page. If it is null the name o the page will be an order number of the page. |
open_page
Creates new page and make it current one.
def open_page(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | float | The width of new page. |
height | float | The height of new page. |
See Also
- module
aspose.page.eps
- class
PsDocument