LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ConversionCmykParameters Structure
See Also  Members  
Leadtools.ColorConversion Namespace : ConversionCmykParameters Structure



Provides information about CMYK conversion properties.

Object Model

ConversionCmykParameters StructureConversionCmykParameters Structure

Syntax

Visual Basic (Declaration) 
Public Structure ConversionCmykParameters 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionCmykParameters
C# 
public struct ConversionCmykParameters : System.ValueType 
C++/CLI 
public value class ConversionCmykParameters : public System.ValueType 

Remarks

ConversionCmykParameters is used with the ConversionParameters class. The mask value will be used only when updating the CMYK conversion using the RasterColorConverterEngine.SetParameters method.

The higher the GCR (Gray Component Replacement), the more the gray components are replaced with blackness.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.ConversionCmykParameters

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also