←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly