←Select platform

Type Property

Summary

Gets or sets a value that indicates the type of separation that was used to create the grayscale images.

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

Property Value

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

Example

Refer to ColorSeparateCommand.

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