LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (ApplyVoiLookupTableCommand)

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 ApplyVoiLookupTableCommand
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 this method. These flags can be OR-ed together.
Example
Refer to ApplyVoiLookupTableCommand.
Requirements

Target Platforms

See Also

Reference

ApplyVoiLookupTableCommand Class
ApplyVoiLookupTableCommand Members

 

 


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