PdfDeviceOpenPage Method (Single, Single) |
Makes necessary preparation of the device before each page rendering.
Namespace:
Aspose.Page.EPS.Device
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic virtual bool OpenPage(
float width,
float height
)
Public Overridable Function OpenPage (
width As Single,
height As Single
) As Boolean
public:
virtual bool OpenPage(
float width,
float height
)
abstract OpenPage :
width : float32 *
height : float32 -> bool
override OpenPage :
width : float32 *
height : float32 -> bool Parameters
- width
- Type: SystemSingle
A width of the page. - height
- Type: SystemSingle
A height of the page.
Return Value
Type:
BooleanAlways true.
Implements
IMultiPageDeviceOpenPage(Single, Single)
See Also