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:
- 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 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:
- 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(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
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.