IMultiPageDevice.OpenPage
Contents
[
Hide
]OpenPage(string)
Makes necessary preparation of the device before page rendering.
public bool OpenPage(string title)
Parameter | Type | Description |
---|---|---|
title | String | The page title. |
Return Value
True if page is from requested range, otherwise false. Used in devices that can render specified array of page numbers.
See Also
- interface IMultiPageDevice
- namespace Aspose.Page
- assembly Aspose.Page
OpenPage(float, float)
Makes necessary preparation of the device before each page rendering.
public bool OpenPage(float width, float height)
Parameter | Type | Description |
---|---|---|
width | Single | A width of the page. |
height | Single | A height of the page. |
Return Value
Returns true if opened page has a number that falls in a range of selected page numbers and false otherwise.
See Also
- interface IMultiPageDevice
- namespace Aspose.Page
- assembly Aspose.Page