Gets or sets Blue 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 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