AttributeObject.SetLineHeight

Overloads

SetLineHeight()Sets a line height Attribute to the AttributeObject with default value.
SetLineHeight(LineHeight)Sets a line height Attribute to the AttributeObject .
SetLineHeight(Single)Sets a line height Attribute to the AttributeObject .

SetLineHeight()

Sets a line height Attribute to the AttributeObject with default value.

public void SetLineHeight()
Sub SetLineHeight()

Licensing Info

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

SetLineHeight(LineHeight)

Sets a line height Attribute to the AttributeObject .

public void SetLineHeight(LineHeight lineHeight)
Sub SetLineHeight(lineHeight As LineHeight)

Parameters

lineHeight
LineHeight

value of Attribute

Licensing Info

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

SetLineHeight(Single)

Sets a line height Attribute to the AttributeObject .

public void SetLineHeight(float lineHeight)
Sub SetLineHeight(lineHeight As Single)

Parameters

lineHeight
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