ImageDevice.OpenPage

OpenPage(string)

Makes necessary preparation of the device before page rendering.

public virtual bool OpenPage(string title)
ParameterTypeDescription
titleStringThe page title.

Return Value

Always true.

See Also


OpenPage(float, float)

Makes necessary preparation of the device before each page rendering.

public virtual bool OpenPage(float width, float height)
ParameterTypeDescription
widthSingleA width of the page.
heightSingleA height of the page.

Return Value

Always true.

See Also