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

PdfColor.Components Property

Provides access to an array of numbers in the range from 0.0 to 1.0, representing the components in the color space in which the color is defined.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public double[] Components { get; }

Property Value

Type Description
Double[]

An array of double numbers in the range from 0.0 to 1.0, representing the components in the color space.

See Also