Description:

Constructs a new page view with a given title and size and, at the same time, adds it to the list.

Syntax:
public RhinoPageView AddPageView(
string title,
double pageWidth,
double pageHeight
)
Parameters:
  • title
  • Type: string
  • If None or empty, a name will be generated as "Page #" where # is the largest page number.
  • pageWidth
  • Type: double
  • The page total width.
  • pageHeight
  • Type: double
  • The page total height.
Returns:
The newly created page view on success; or None on error.
Available since:
5.0

Description:

Constructs a new page view with a given title and, at the same time, adds it to the list.

Syntax:
public RhinoPageView AddPageView(
string title
)
Parameters:
  • title
  • Type: string
  • If None or empty, a name will be generated as "Page #" where # is the largest page number.
Returns:
The newly created page view on success; or None on error.
Available since:
5.0

Nothing found