PageDimensions Constructors

Overloads

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

PageDimensions(Dimensions)

Initializes a new instance of the PageDimensions class.

public PageDimensions(Dimensions edgeDimensions)
Public Sub New (edgeDimensions As Dimensions)

Parameters

edgeDimensions
Dimensions

Edge dimensions of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(Dimensions, Dimensions)

Initializes a new instance of the PageDimensions class.

public PageDimensions(Dimensions edgeDimensions, Dimensions marginDimensions)
Public Sub New (edgeDimensions As Dimensions, marginDimensions As Dimensions)

Parameters

edgeDimensions
Dimensions

Edge dimensions of the page dimensions in points (1/72 inches).

marginDimensions
Dimensions

Margin dimensions of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(Dimensions, Single)

Initializes a new instance of the PageDimensions class.

public PageDimensions(Dimensions edgeDimensions, float margins)
Public Sub New (edgeDimensions As Dimensions, margins As Single)

Parameters

edgeDimensions
Dimensions

Edge dimensions of the page dimensions in points (1/72 inches).

margins
Single

Margins of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(PageSize)

Initializes a new instance of the PageDimensions class.

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

Parameters

size
PageSize

Page size of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(PageSize, PageOrientation)

Initializes a new instance of the PageDimensions class.

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

Parameters

size
PageSize

Page size of the page dimensions in points (1/72 inches).

orientation
PageOrientation

Licensing Info

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

PageDimensions(PageSize, PageOrientation, Single)

Initializes a new instance of the PageDimensions class.

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

Parameters

size
PageSize

Page size of the page dimensions in points (1/72 inches).

orientation
PageOrientation

Orientation of the page dimensions in points (1/72 inches).

margins
Single

Margins of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(PageSize, Single)

Initializes a new instance of the PageDimensions class.

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

Parameters

size
PageSize

Page size of the page dimensions in points (1/72 inches).

margins
Single

Margins of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(Single, Single)

Initializes a new instance of the PageDimensions class.

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

Parameters

width
Single

Width of the page dimensions in points (1/72 inches).

height
Single

Height of the page dimensions in points (1/72 inches).

Licensing Info

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

PageDimensions(Single, Single, Single)

Initializes a new instance of the PageDimensions class.

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

Parameters

width
Single

Width of the page dimensions in points (1/72 inches).

height
Single

Height of the page dimensions in points (1/72 inches).

margins
Single

Margins of the page dimensions in points (1/72 inches).

Licensing Info

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

See Also

PageDimensions
ceTe.DynamicPDF

In this topic