AttributeObject.SetPadding

Overloads

SetPadding()Sets a padding Attribute to the AttributeObject with default value.
SetPadding(Single)Sets a padding Attribute to the AttributeObject .
SetPadding(Single, Single, Single, Single)Sets a padding Attribute to the AttributeObject .

SetPadding()

Sets a padding Attribute to the AttributeObject with default value.

public void SetPadding()
Sub SetPadding()

Licensing Info

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

SetPadding(Single)

Sets a padding Attribute to the AttributeObject .

public void SetPadding(float allEdges)
Sub SetPadding(allEdges As Single)

Parameters

allEdges
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:

SetPadding(Single, Single, Single, Single)

Sets a padding Attribute to the AttributeObject .

public void SetPadding(float beforeEdge, float afterEdge, float startEdge, float endEdge)
Sub SetPadding(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