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

PdfColor(PdfPattern, Double[]) Constructor

Initializes a new instance of the PdfColor class with the specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfColor(
    PdfPattern pattern,
    params double[] components
)

Parameters

Name Type Description
pattern PdfPattern

A PdfPattern object that is the color pattern.

components Double[]

An array of double values that represent the color components.

See Also