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