Aspose::Page::IMultiPageDevice::OpenPage method

IMultiPageDevice::OpenPage(float, float) method

Makes necessary preparation of the device before each page rendering.

virtual bool Aspose::Page::IMultiPageDevice::OpenPage(float width, float height)=0
ParameterTypeDescription
widthfloatA width of the page.
heightfloatA height of the page.

ReturnValue

Returns true if opened page has a number that falls in a range of selected page numbers and false otherwise.

See Also

IMultiPageDevice::OpenPage(System::String) method

Makes necessary preparation of the device before page rendering.

virtual bool Aspose::Page::IMultiPageDevice::OpenPage(System::String title)=0
ParameterTypeDescription
titleSystem::StringThe page title.

ReturnValue

True if page is from requested range, otherwise false. Used in devices that can render specified array of page numbers.

See Also