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

PdfRGBColor.G Property

Gets or sets the green color component value.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public double G { get; set; }

Property Value

Type Description
Double

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

See Also