Skip to main content
All docs
V26.1
  • PdfColor.Create(Double[]) Method

    Creates a new color from the specified component values.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static PdfColor Create(
        double[] components
    )

    Parameters

    Name Type Description
    components Double[]

    An array of color component values.

    Returns

    Type Description
    PdfColor

    A new PdfColor object.

    See Also