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

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public SeparationColorSpace(
        string name,
        ColorSpace alternateColorSpace,
        CustomFunction tintTransform
    )

    Parameters

    Name Type
    name String
    alternateColorSpace ColorSpace
    tintTransform CustomFunction
    See Also