LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flag Property

Show in webframe







Gets or sets the flag that controls the behavior of the command algorithm by making it favor one type over the other.
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;}
@property (nonatomic, assign) LTImageColorTypeCommandFlags flag;
public ImageColorTypeCommandFlags getFlag()
public void setFlag(ImageColorTypeCommandFlags value)
            
 
get_Flag();
set_Flag(value);
Object.defineProperty('Flag');
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

See Also

Reference

ImageColorTypeCommand Class
ImageColorTypeCommand Members

 

 


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