IMultiPageDevice.OpenPage

OpenPage(string)

Makes necessary preparation of the device before page rendering.

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

Return Value

True if page is from requested range, otherwise false. Used in devices that can render specified array of page numbers.

See Also


OpenPage(float, float)

Makes necessary preparation of the device before each page rendering.

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

Return Value

Returns true if opened page has a number that falls in a range of selected page numbers and false otherwise.

See Also