ImageDevice.OpenPage

OpenPage(string)

Starts a new page with the specifies title.

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

Return Value

True if started page is to be output (it’s number is contained in PageNumbers save options). False, otherwise.

See Also


OpenPage(float, float)

Starts a new page with the specified width and height.

public virtual bool OpenPage(float width, float height)
ParameterTypeDescription
widthSingleThe width of the page.
heightSingleThe 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