Constructor PageShape

Namespace TallComponents.PDF.Shapes
Class PageShape

Create a new page shape, no rotation.

Syntax

public  PageShape( Page  page Double  left Double  bottom Double  width Double  height Boolean  keepAspectRatio )

Parameters


Page page
The existing page that will be rendered inside this page shape.

Double left
The horizontal position of the left edge of this page shape.

Double bottom
The vertical position of the bottom edge of this page shape.

Double width
The width of this page shape.

Double height
The height of this page shape.

Boolean keepAspectRatio
The width/height ratio is equal to the ratio of the original page.