Skip to main content
All docs
V26.1
  • DeviceNColorSpace(String[], ColorSpace, CustomFunction) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public DeviceNColorSpace(
        string[] names,
        ColorSpace alternateColorSpace,
        CustomFunction tintTransform
    )

    Parameters

    Name Type
    names String[]
    alternateColorSpace ColorSpace
    tintTransform CustomFunction
    See Also