AttributeObject.SetBorderThickness
Overloads
SetBorderThickness() | Sets a border thickness Attribute to the AttributeObject with default value. |
SetBorderThickness(Single) | Sets a border thickness Attribute to the AttributeObject . |
SetBorderThickness(Single, Single, Single, Single) | Sets a border thickness Attribute to the AttributeObject . |
SetBorderThickness()
Sets a border thickness Attribute to the AttributeObject with default value.
public void SetBorderThickness()
Sub SetBorderThickness()
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.
SetBorderThickness(Single)
Sets a border thickness Attribute to the AttributeObject .
public void SetBorderThickness(float allEdgesValue)
Sub SetBorderThickness(allEdgesValue 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.
SetBorderThickness(Single, Single, Single, Single)
Sets a border thickness Attribute to the AttributeObject .
public void SetBorderThickness(float beforeEdge, float afterEdge, float startEdge, float endEdge)
Sub SetBorderThickness(beforeEdge As Single, afterEdge As Single, startEdge As Single, endEdge As Single)
Parameters
- beforeEdge
- Single
Value of the before edge.
- afterEdge
- Single
Value of the after edge.
- startEdge
- Single
Value of the start edge.
- endEdge
- Single
Value of the end edge.
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.