Constructor PageShape

Namespace TallComponents.PDF.Shapes
Class PageShape

Create a new page shape, with the aspect ratio not respected, no rotation

Syntax

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

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.