Gets or sets Blue channel value.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Property Value

Byte
The B.

See Also