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

Show in webframe

Flags Property (ApplyLinearModalityLookupTableCommand)








Flags which determine the behavior of this command.
Syntax
public ModalityLookupTableCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ModalityLookupTableCommandFlags
'Usage
 
Dim instance As ApplyLinearModalityLookupTableCommand
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 which determine the behavior of this command.
Example
Refer to ApplyLinearModalityLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

ApplyLinearModalityLookupTableCommand Class
ApplyLinearModalityLookupTableCommand Members

Error processing SSI file