AttributeObject.SetTextDecorationThickness

Overloads

SetTextDecorationThickness()Sets a text decoration thickness Attribute to the AttributeObject with default value.
SetTextDecorationThickness(Single)Sets a text decoration thickness Attribute to the AttributeObject .

SetTextDecorationThickness()

Sets a text decoration thickness Attribute to the AttributeObject with default value.

public void SetTextDecorationThickness()
Sub SetTextDecorationThickness()

Licensing Info

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

SetTextDecorationThickness(Single)

Sets a text decoration thickness Attribute to the AttributeObject .

public void SetTextDecorationThickness(float textDecorationThickness)
Sub SetTextDecorationThickness(textDecorationThickness As Single)

Parameters

textDecorationThickness
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