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:

SetBorderThickness(Single)

Sets a border thickness Attribute to the AttributeObject .

public void SetBorderThickness(float allEdgesValue)
Sub SetBorderThickness(allEdgesValue As Single)

Parameters

allEdgesValue
Single

value of Attribute

Licensing Info

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

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:

See Also

AttributeObject
ceTe.DynamicPDF

In this topic