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)
Syntax
public virtual bool OpenPage(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
A width of the page.
height
Type: SystemSingle
A height of the page.

Return Value

Type: Boolean
Always true.

Implements

IMultiPageDeviceOpenPage(Single, Single)
See Also