Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ConversionCmykParameters Structure
See Also  Members  
Leadtools.ColorConversion Namespace : ConversionCmykParameters Structure



Provides information about CMYK conversion properties.

Syntax

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

Remarks

ConversionCmykParameters is used with the ConversionParameters class. The mask value will be used only when updating the CMYK conversion using the RasterColorConverter.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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also