LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (ApplyLinearVoiLookupTableCommand)

Show in webframe







Flags that determine the behavior of the command.
Syntax
public VoiLookupTableCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As VoiLookupTableCommandFlags
'Usage
 
Dim instance As ApplyLinearVoiLookupTableCommand
Dim value As VoiLookupTableCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public VoiLookupTableCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTVoiLookupTableCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property VoiLookupTableCommandFlags Flags {
   VoiLookupTableCommandFlags get();
   void set (    VoiLookupTableCommandFlags value);
}

Property Value

Flags that determine the behavior of the command. These flags can be OR-ed together.
Example
Refer to ApplyLinearVoiLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

ApplyLinearVoiLookupTableCommand Class
ApplyLinearVoiLookupTableCommand Members

 

 


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