Gets or sets Red channel value.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

Byte
The R.

See Also