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

Show in webframe

LookUpTableLength Property








Gets or sets the length for the lookUpTable property
Syntax
public int LookUpTableLength {get; set;}
'Declaration
 
Public Property LookUpTableLength As Integer
'Usage
 
Dim instance As RemapIntensityCommand
Dim value As Integer
 
instance.LookUpTableLength = value
 
value = instance.LookUpTableLength
public int LookUpTableLength {get; set;}
@property (nonatomic, assign) NSUInteger lookUpTableLength
 <br/>get_LookUpTableLength();<br/>set_LookUpTableLength(value);<br/>Object.defineProperty('LookUpTableLength_ObjectiveC'); 
public:
property int LookUpTableLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length for the lookUpTable property
Requirements

Target Platforms

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

Error processing SSI file