ImageDevice.OpenPage
Contents
[
Hide
]OpenPage(string)
Starts a new page with the specifies title.
public virtual bool OpenPage(string title)
Parameter | Type | Description |
---|---|---|
title | String | The title. |
Return Value
True
if started page is to be output (it’s number is contained in PageNumbers save options). False
, otherwise.
See Also
- class ImageDevice
- namespace Aspose.Page.XPS.Presentation.Image
- assembly Aspose.Page
OpenPage(float, float)
Starts a new page with the specified width and height.
public virtual bool OpenPage(float width, float height)
Parameter | Type | Description |
---|---|---|
width | Single | The width of the page. |
height | Single | The height of the page. |
Return Value
True
if started page is to be output (it’s number is contained in PageNumbers save options). False
, otherwise.
See Also
- class ImageDevice
- namespace Aspose.Page.XPS.Presentation.Image
- assembly Aspose.Page