LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Type Property (ColorMergeCommand)






Gets or sets a value that represents the type of separation that was used to create the grayscale images. .NET support WinRT support Silverlight support
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;}
 get_Type();
set_Type(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorMergeCommand Class
ColorMergeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.