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



Gets or sets the GCR (Gray Component Replacement) value.

Syntax

Visual Basic (Declaration) 
Public Property GcrLevel As Integer
Visual Basic (Usage)Copy Code
Dim instance As ConversionCmykParameters
Dim value As Integer
 
instance.GcrLevel = value
 
value = instance.GcrLevel
C# 
public int GcrLevel {get; set;}
C++/CLI 
public:
property int GcrLevel {
   int get();
   void set (    int value);
}

Property Value

The GCR value. Possible values are between 0 and 1000.

Example

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