AttributeObject.SetBackgroundColor

Overloads

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

SetBackgroundColor()

Sets a background color Attribute to the AttributeObject with default value.

public void SetBackgroundColor()
Sub SetBackgroundColor()

Licensing Info

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

SetBackgroundColor(RgbColor)

Sets a background color Attribute to the AttributeObject .

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

SetBackgroundColor(Single, Single, Single)

Sets a background color Attribute to the AttributeObject .

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