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:

SetBorderColor(RgbColor)

Sets a border color Attribute to the AttributeObject .

public void SetBorderColor(RgbColor rgbColor)
Sub SetBorderColor(rgbColor As RgbColor)

Parameters

rgbColor
RgbColor

value of Attribute

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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:

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:

See Also

AttributeObject
ceTe.DynamicPDF

In this topic