Winnovative Excel to PDF Converter

PdfColor Constructor (Byte, Byte, Byte)

Winnovative Excel to PDF Converter Documentation
Creates a color based on RGB values. The color values are on a scale from 0 to 255.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfColor(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: SystemByte
Red value.
green
Type: SystemByte
Green value.
blue
Type: SystemByte
Blue value.
See Also

Reference