AutoPageDimensions Constructors

Overloads

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

AutoPageDimensions(PageSize)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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:

AutoPageDimensions(PageSize, PageOrientation)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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:

AutoPageDimensions(PageSize, PageOrientation, Single)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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:

AutoPageDimensions(PageSize, Single)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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:

AutoPageDimensions(Single, Single)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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:

AutoPageDimensions(Single, Single, Single)

Initializes a new instance of the AutoPageDimensions class.

public AutoPageDimensions(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

AutoPageDimensions
ceTe.DynamicPDF

In this topic