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:

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:

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:

See Also

AttributeObject
ceTe.DynamicPDF

In this topic