ExpertPdf Html to Pdf Converter Library
PdfColor Constructor (red, green, blue)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfColorPdfColor(Byte, Byte, Byte)
ExpertPdf Html to Pdf Converter Library
Creates a color based on RGB values.
Declaration Syntax
C#Visual BasicVisual C++
public PdfColor(
	byte red,
	byte green,
	byte blue
)
Public Sub New ( 
	red As Byte,
	green As Byte,
	blue As Byte
)
public:
PdfColor(
	unsigned char red, 
	unsigned char green, 
	unsigned char blue
)
Parameters
red (Byte)
Red value.
green (Byte)
Green value.
blue (Byte)
Blue value.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)