←Select platform

Type Property

Summary

Gets or sets a value that indicates the type of leveling to perform.

Syntax
C#
VB
Objective-C
C++
Java
public AutoColorLevelCommandType Type { get; set; } 
Public Property Type As AutoColorLevelCommandType 
@property (nonatomic, assign) LTAutoColorLevelCommandType type 
public AutoColorLevelCommandType getType() 
public void setType(AutoColorLevelCommandType value) 
public: 
property AutoColorLevelCommandType Type { 
   AutoColorLevelCommandType get(); 
   void set (    AutoColorLevelCommandType ); 
} 

Property Value

The type of leveling to perform.

Example

Refer to Flag.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly