Artifact.SetBoundingBox

Overloads

SetBoundingBox()Sets a BoundingBox Attribute to the Artifact with default value.
SetBoundingBox(BoundingBox)Sets a BoundingBox to the Artifact .

SetBoundingBox()

Sets a BoundingBox Attribute to the Artifact 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 BoundingBox to the Artifact .

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

Parameters

boundingBox
BoundingBox

value of BoundingBox

Licensing Info

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

See Also

Artifact
ceTe.DynamicPDF

In this topic