Back to Devexpress

PdfRGBColor.R Property

officefileapi-devexpress-dot-pdf-dot-pdfrgbcolor.md

latest937 B
Original Source

PdfRGBColor.R Property

Gets or sets the red color component value.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public double R { get; set; }
vb
Public Property R As Double

Property Value

TypeDescription
Double

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

|

See Also

PdfRGBColor Class

PdfRGBColor Members

DevExpress.Pdf Namespace