AttributeObject.SetColor

Overloads

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

SetColor()

Sets a color Attribute to the AttributeObject with default value.

public void SetColor()
Sub SetColor()

Licensing Info

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

SetColor(RgbColor)

Sets a color Attribute to the AttributeObject .

public void SetColor(RgbColor rgbColor)
Sub SetColor(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:

SetColor(Single, Single, Single)

Sets a color Attribute to the AttributeObject .

public void SetColor(float red, float green, float blue)
Sub SetColor(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