Gets or sets the value of the Blue component of this PDF color.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public byte Blue { get; set; }
Visual Basic
Public Property Blue As Byte
	Get
	Set
Visual C++
public:
property unsigned char Blue {
	unsigned char get ();
	void set (unsigned char value);
}

Property Value

Type: Byte

See Also