Aspose::Page::EPS::PsDocument::OpenPage method
PsDocument::OpenPage(float, float) method
Creates new page and make it current one.
void Aspose::Page::EPS::PsDocument::OpenPage(float width, float height)
Parameter | Type | Description |
---|---|---|
width | float | The width of new page. |
height | float | The height of new page. |
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OpenPage(System::String) method
Creates new page with document’s size and make it current one.
void Aspose::Page::EPS::PsDocument::OpenPage(System::String pageName=nullptr)
Parameter | Type | Description |
---|---|---|
pageName | System::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 String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++