BoundingBox Constructors

Overloads

BoundingBox(Page, Single, Single, Single, Single, Single)Initializes a new instance of the BoundingBox class.
BoundingBox(Single, Single, Single, Single)Initializes a new instance of the BoundingBox class.

BoundingBox(Page, Single, Single, Single, Single, Single)

Initializes a new instance of the BoundingBox class.

public BoundingBox(Page page, float x, float y, float width, float height, float angle)
Public Sub New (page As Page, x As Single, y As Single, width As Single, height As Single, angle As Single)

Parameters

page
Page

page of the document.

x
Single

X coordinate of the page element.

y
Single

Y coordinate of the page element.

width
Single

width of the page element.

height
Single

height of the page element.

angle
Single

angle of the page element.

Licensing Info

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

BoundingBox(Single, Single, Single, Single)

Initializes a new instance of the BoundingBox class.

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

Parameters

left
Single

The left edge of the bounding box.

bottom
Single

The bottom edge of the bounding box.

right
Single

The right edge of the bounding box.

top
Single

The top edge of the bounding box.

Licensing Info

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

See Also

BoundingBox
ceTe.DynamicPDF

In this topic