Click or drag to resize
Pdf Library for .NET

PdfColor(Byte, Byte, Byte) Constructor

Creates a pdf color based on RGB values.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfColor(
	byte red,
	byte green,
	byte blue
)

Parameters

red  Byte
Red value.
green  Byte
Green value.
blue  Byte
Blue value.
See Also