←Select platform

Type Property

Summary
Gets or sets a value that represents the type of separation that was used to create the grayscale images.
Syntax
C#
VB
Objective-C
C++
Java
public ColorMergeCommandType Type { get; set; } 
Public Property Type As ColorMergeCommandType 
@property (nonatomic, assign) LTColorMergeCommandType type 
public ColorMergeCommandType getType() 
public void setType(ColorMergeCommandType value) 
public: 
property ColorMergeCommandType Type { 
   ColorMergeCommandType get(); 
   void set (    ColorMergeCommandType ); 
} 

Property Value

Value that represents the type of separation that was used to create the grayscale images.

Example

Refer to ColorMergeCommand()

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.