LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (ApplyModalityLookupTableCommand)

Show in webframe







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

Property Value

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

Target Platforms

See Also

Reference

ApplyModalityLookupTableCommand Class
ApplyModalityLookupTableCommand Members

 

 


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