ImageDevice.OpenPage
OpenPage(string)
Makes necessary preparation of the device before page rendering.
public virtual bool OpenPage(string title)
Parameter | Type | Description |
---|---|---|
title | String | The page title. |
Return Value
Always true.
See Also
- class ImageDevice
- namespace Aspose.Page.EPS.Device
- assembly Aspose.Page
OpenPage(float, float)
Makes necessary preparation of the device before each page rendering.
public virtual 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
Always true.
See Also
- class ImageDevice
- namespace Aspose.Page.EPS.Device
- assembly Aspose.Page