Page Constructors

Overloads

Page()Initializes a new instance of the Page class.
Page(PageDimensions)Initializes a new instance of the Page class.
Page(PageSize)Initializes a new instance of the Page class.
Page(PageSize, PageOrientation)Initializes a new instance of the Page class.
Page(PageSize, PageOrientation, Single)Initializes a new instance of the Page class.
Page(PageSize, Single)Initializes a new instance of the Page class.
Page(Single, Single)Initializes a new instance of the Page class.
Page(Single, Single, Single)Initializes a new instance of the Page class.

Page()

Initializes a new instance of the Page class.

public Page()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(PageDimensions)

Initializes a new instance of the Page class.

public Page(PageDimensions dimensions)
Public Sub New (dimensions As PageDimensions)

Parameters

dimensions
PageDimensions

The PageDimensions of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(PageSize)

Initializes a new instance of the Page class.

public Page(PageSize size)
Public Sub New (size As PageSize)

Parameters

size
PageSize

The PageSize representing the dimensions of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(PageSize, PageOrientation)

Initializes a new instance of the Page class.

public Page(PageSize size, PageOrientation orientation)
Public Sub New (size As PageSize, orientation As PageOrientation)

Parameters

size
PageSize

The PageSize representing the dimensions of the page.

orientation
PageOrientation

The PageOrientation of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(PageSize, PageOrientation, Single)

Initializes a new instance of the Page class.

public Page(PageSize size, PageOrientation orientation, float margins)
Public Sub New (size As PageSize, orientation As PageOrientation, margins As Single)

Parameters

size
PageSize

The PageSize representing the dimensions of the page.

orientation
PageOrientation

The PageOrientation of the page.

margins
Single

The margins of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(PageSize, Single)

Initializes a new instance of the Page class.

public Page(PageSize size, float margins)
Public Sub New (size As PageSize, margins As Single)

Parameters

size
PageSize

The PageSize representing the dimensions of the page.

margins
Single

The margins of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(Single, Single)

Initializes a new instance of the Page class.

public Page(float width, float height)
Public Sub New (width As Single, height As Single)

Parameters

width
Single

The width of the page.

height
Single

The height of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Page(Single, Single, Single)

Initializes a new instance of the Page class.

public Page(float width, float height, float margins)
Public Sub New (width As Single, height As Single, margins As Single)

Parameters

width
Single

The width of the page.

height
Single

The height of the page.

margins
Single

The margins of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Page
ceTe.DynamicPDF

In this topic