AttributeObject.SetSpaceAfter

Overloads

SetSpaceAfter()Sets a space after Attribute to the AttributeObject with default value.
SetSpaceAfter(Single)Sets a space after Attribute to the AttributeObject .

SetSpaceAfter()

Sets a space after Attribute to the AttributeObject with default value.

public void SetSpaceAfter()
Sub SetSpaceAfter()

Licensing Info

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

SetSpaceAfter(Single)

Sets a space after Attribute to the AttributeObject .

public void SetSpaceAfter(float spaceAfter)
Sub SetSpaceAfter(spaceAfter As Single)

Parameters

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

See Also

AttributeObject
ceTe.DynamicPDF

In this topic