PsDocument.OpenPage

OpenPage(float, float)

Creates new page and make it current one.

public void OpenPage(float width, float height)
ParameterTypeDescription
widthSingleThe width of new page.
heightSingleThe height of new page.

See Also


OpenPage(string)

Creates new page with document’s size and make it current one.

public void OpenPage(string pageName = null)
ParameterTypeDescription
pageNameStringThe name of new page. If it is null the name o the page will be an order number of the page.

See Also