AttributeObject.SetBoundingBox

Overloads

SetBoundingBox()Sets a bounding box Attribute to the AttributeObject with default value.
SetBoundingBox(BoundingBox)Sets a bounding box Attribute to the AttributeObject .
SetBoundingBox(Single, Single, Single, Single)Sets a bounding box Attribute to the AttributeObject .

SetBoundingBox()

Sets a bounding box Attribute to the AttributeObject with default value.

public void SetBoundingBox()
Sub SetBoundingBox()

Licensing Info

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

SetBoundingBox(BoundingBox)

Sets a bounding box Attribute to the AttributeObject .

public void SetBoundingBox(BoundingBox bBox)
Sub SetBoundingBox(bBox As BoundingBox)

Parameters

bBox
BoundingBox

Value of the Attribute

Licensing Info

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

SetBoundingBox(Single, Single, Single, Single)

Sets a bounding box Attribute to the AttributeObject .

public void SetBoundingBox(float left, float bottom, float right, float top)
Sub SetBoundingBox(left As Single, bottom As Single, right As Single, top As Single)

Parameters

left
Single

Value of the left margin Attribute

bottom
Single

Value of the bottom margin Attribute

right
Single

Value of the right margin Attribute

top
Single

Value of the top margin Attribute

Licensing Info

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

See Also

AttributeObject
ceTe.DynamicPDF

In this topic