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

Show in webframe

Flags Property (ApplyVoiLookupTableCommand)








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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>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

Error processing SSI file