AttributeObject.SetBorderColor
Overloads
SetBorderColor() | Sets a border color Attribute to the AttributeObject with default value. |
SetBorderColor(RgbColor) | Sets a border color Attribute to the AttributeObject . |
SetBorderColor(RgbColor, RgbColor, RgbColor, RgbColor) | Sets a border color Attribute to the AttributeObject . |
SetBorderColor(Single, Single, Single) | Sets a border color Attribute to the AttributeObject . |
SetBorderColor()
Sets a border color Attribute to the AttributeObject with default value.
public void SetBorderColor()
Sub SetBorderColor()
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.
SetBorderColor(RgbColor)
Sets a border color Attribute to the AttributeObject .
public void SetBorderColor(RgbColor rgbColor)
Sub SetBorderColor(rgbColor As RgbColor)
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.
SetBorderColor(RgbColor, RgbColor, RgbColor, RgbColor)
Sets a border color Attribute to the AttributeObject .
public void SetBorderColor(RgbColor beforeEdge, RgbColor afterEdge, RgbColor startEdge, RgbColor endEdge)
Sub SetBorderColor(beforeEdge As RgbColor, afterEdge As RgbColor, startEdge As RgbColor, endEdge As RgbColor)
Parameters
- beforeEdge
- RgbColor
The before edge color of the border.
- afterEdge
- RgbColor
The after edge color of the border.
- startEdge
- RgbColor
The start edge color of the border.
- endEdge
- RgbColor
The end edge color 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.
SetBorderColor(Single, Single, Single)
Sets a border color Attribute to the AttributeObject .
public void SetBorderColor(float red, float green, float blue)
Sub SetBorderColor(red As Single, green As Single, blue As Single)
Parameters
- red
- Single
The red intensity.
- green
- Single
The green intensity.
- blue
- Single
The blue intensity.
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.