Click or drag to resize

PdfColor Constructor (Byte, Byte, Byte)

Creates a color based on RGB values.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.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