←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
Java
Objective-C
WinRT C#
C++
public ColorMergeCommandType Type { get; set; } 
@property (nonatomic, assign) LTColorMergeCommandType type 
public ColorMergeCommandType getType() 
public void setType(ColorMergeCommandType value) 
             
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');  

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

Leadtools.ImageProcessing.Color Assembly