LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (ColorMergeCommand)

Show in webframe







Gets or sets a value that represents the type of separation that was used to create the grayscale images.
Syntax
public ColorMergeCommandType Type {get; set;}
'Declaration
 
Public Property Type As ColorMergeCommandType
'Usage
 
Dim instance As ColorMergeCommand
Dim value As ColorMergeCommandType
 
instance.Type = value
 
value = instance.Type
public ColorMergeCommandType Type {get; set;}
@property (nonatomic, assign) LTColorMergeCommandType type;
public ColorMergeCommandType getType()
public void setType(ColorMergeCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property ColorMergeCommandType Type {
   ColorMergeCommandType get();
   void set (    ColorMergeCommandType value);
}

Property Value

Value that represents the type of separation that was used to create the grayscale images.
Example
Refer to ColorMergeCommand()
Requirements

Target Platforms

See Also

Reference

ColorMergeCommand Class
ColorMergeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.