Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Flags Property (ApplyModalityLookupTableCommand)








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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 

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

Error processing SSI file