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

Show in webframe

GetLinearVoiLookupTableCommandFlags Enumeration








Reserved for future use. Use 0 for now.
Syntax
[FlagsAttribute()]
public enum GetLinearVoiLookupTableCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum GetLinearVoiLookupTableCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As GetLinearVoiLookupTableCommandFlags
[FlagsAttribute()]
public enum GetLinearVoiLookupTableCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTGetLinearVoiLookupTableCommandFlags)
public enum GetLinearVoiLookupTableCommandFlags
Leadtools.ImageProcessing.Core.GetLinearVoiLookupTableCommandFlags = function() { };
Leadtools.ImageProcessing.Core.GetLinearVoiLookupTableCommandFlags.prototype = {<br/>
  None = 0x00000000,
	
 };
[FlagsAttribute()]
public enum class GetLinearVoiLookupTableCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No Flags selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.GetLinearVoiLookupTableCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file