InheritableDimensions Constructors

Overloads

InheritableDimensions(PageSize, PageOrientation)Initializes a new instance of the InheritableDimensions structure.
InheritableDimensions(Single, Single)Initializes a new instance of the InheritableDimensions structure.
InheritableDimensions(Single, Single, Single, Single)Initializes a new instance of the InheritableDimensions structure.

InheritableDimensions(PageSize, PageOrientation)

Initializes a new instance of the InheritableDimensions structure.

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

Parameters

size
PageSize

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

orientation
PageOrientation

The orientation of the 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:

InheritableDimensions(Single, Single)

Initializes a new instance of the InheritableDimensions structure.

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

Parameters

width
Single

The width of the dimensions in points (1/72 inches).

height
Single

the height of the 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:

InheritableDimensions(Single, Single, Single, Single)

Initializes a new instance of the InheritableDimensions structure.

public InheritableDimensions(float left, float top, float right, float bottom)
Public Sub New (left As Single, top As Single, right As Single, bottom As Single)

Parameters

left
Single

The left edge of the dimensions in points (1/72 inches).

top
Single

The top edge of the dimensions in points (1/72 inches).

right
Single

The right edge of the dimensions in points (1/72 inches).

bottom
Single

The bottom edge of the 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

InheritableDimensions
ceTe.DynamicPDF

In this topic