Click or drag to resize

BookmarkSetColor Method

Sets the color.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetColor(
	double r,
	double g,
	double b
)

Parameters

r
Type: SystemDouble
red component in the DeviceRGB color space
g
Type: SystemDouble
green component in the DeviceRGB color space
b
Type: SystemDouble
blue component in the DeviceRGB color space
See Also