Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfRGBColor.B Property

Gets or sets the blue color component value.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double B { get; set; }

Property Value

Type Description
Double

A double value that is the blue color component value in the range of 0 to 1.

See Also