AutoLayout Constructors

Overloads

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

AutoLayout()

Initializes a new instance of the AutoLayout class.

public AutoLayout()
Public Sub New ()

Licensing Info

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

AutoLayout(PageDimensions)

Initializes a new instance of the AutoLayout class.

public AutoLayout(PageDimensions pageDimensions)
Public Sub New (pageDimensions As PageDimensions)

Parameters

pageDimensions
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:

AutoLayout(PageSize, PageOrientation, Single)

Initializes a new instance of the AutoLayout class.

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

AutoLayout(Single, Single, Single)

Initializes a new instance of the AutoLayout class.

public AutoLayout(float pageWidth, float pageHeight, float margins)
Public Sub New (pageWidth As Single, pageHeight As Single, margins As Single)

Parameters

pageWidth
Single

The width of the page.

pageHeight
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

AutoLayout
ceTe.DynamicPDF.PageElements

In this topic