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

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

Syntax

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

Property Value

Type: Byte

See Also