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

Flag Property






Gets or sets the flag that controls the behavior of the command algorithm by making it favor one type over the other. .NET support WinRT support
Syntax
public ImageColorTypeCommandFlags Flag {get; set;}
'Declaration
 
Public Property Flag As ImageColorTypeCommandFlags
'Usage
 
Dim instance As ImageColorTypeCommand
Dim value As ImageColorTypeCommandFlags
 
instance.Flag = value
 
value = instance.Flag
public ImageColorTypeCommandFlags Flag {get; set;}
 get_Flag();
set_Flag(value);
public:
property ImageColorTypeCommandFlags Flag {
   ImageColorTypeCommandFlags get();
   void set (    ImageColorTypeCommandFlags value);
}

Property Value

ImageColorTypeCommandFlags enumeration value that represents the flag that controls the behavior of the command algorithm by making it favor one type over the other.
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

ImageColorTypeCommand Class
ImageColorTypeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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