PsDocument.OpenPage
OpenPage(float, float)
Creates new page and make it current one.
public void OpenPage(float width, float height)
Parameter | Type | Description |
---|---|---|
width | Single | The width of new page. |
height | Single | The height of new page. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
OpenPage(string)
Creates new page with document’s size and make it current one.
public void OpenPage(string pageName = null)
Parameter | Type | Description |
---|---|---|
pageName | String | The name of new page. If it is null the name o the page will be an order number of the page. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page