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)
ParameterTypeDescription
widthfloatThe width of new page.
heightfloatThe height of new page.

See Also

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)
ParameterTypeDescription
pageNameSystem::StringThe name of new page. If it is null the name o the page will be an order number of the page.

See Also