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
ParameterTypeDescription
widthfloatA width of the page.
heightfloatA height of the page.

ReturnValue

Always true.

See Also

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
ParameterTypeDescription
titleSystem::StringThe page title.

ReturnValue

Always true.

See Also