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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.