AttributeObject.SetTextDecorationColor

Overloads

SetTextDecorationColor()Sets a text decoration color Attribute to the AttributeObject with default value.
SetTextDecorationColor(RgbColor)Sets a text decoration color Attribute to the AttributeObject .
SetTextDecorationColor(Single, Single, Single)Sets a text decoration color Attribute to the AttributeObject .

SetTextDecorationColor()

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

public void SetTextDecorationColor()
Sub SetTextDecorationColor()

Licensing Info

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

SetTextDecorationColor(RgbColor)

Sets a text decoration color Attribute to the AttributeObject .

public void SetTextDecorationColor(RgbColor rgbColor)
Sub SetTextDecorationColor(rgbColor As RgbColor)

Parameters

rgbColor
RgbColor

value of Attribute

Licensing Info

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

SetTextDecorationColor(Single, Single, Single)

Sets a text decoration color Attribute to the AttributeObject .

public void SetTextDecorationColor(float red, float green, float blue)
Sub SetTextDecorationColor(red As Single, green As Single, blue As Single)

Parameters

red
Single

The red intensity.

green
Single

The green intensity.

blue
Single

The blue intensity.

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