←Select platform

GcrLevel Property

Summary

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

Syntax
C#
VB
C++
public int GcrLevel { get; set; } 
  
Public Property GcrLevel As Integer 
public: 
property int GcrLevel { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

Refer to RasterColorConverterEngine.SetParameters example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly