Aspose::Page::EPS::Device::PdfDevice::OpenPage method
PdfDevice::OpenPage(float, float) method
Makes necessary preparation of the device before each page rendering.
bool Aspose::Page::EPS::Device::PdfDevice::OpenPage(float width, float height) override
| Parameter | Type | Description | 
|---|---|---|
| width | float | A width of the page. | 
| height | float | A height of the page. | 
ReturnValue
Always true.
See Also
- Class PdfDevice
 - Namespace Aspose::Page::EPS::Device
 - Library Aspose.Page for C++
 
PdfDevice::OpenPage(System::String) method
Makes necessary preparation of the device before page rendering.
bool Aspose::Page::EPS::Device::PdfDevice::OpenPage(System::String title) override
| Parameter | Type | Description | 
|---|---|---|
| title | System::String | The page title. | 
ReturnValue
Always true.
See Also
- Class String
 - Class PdfDevice
 - Namespace Aspose::Page::EPS::Device
 - Library Aspose.Page for C++