BoundingBox.SetBBox

Sets the bounding box.

public void SetBBox(float left, float bottom, float right, float top)
Sub SetBBox(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 method 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