LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

lookupTableLength Property (ApplyVoiLookupTableCommand)

Show in webframe







Get or set the length of lookupTable
Syntax
public uint lookupTableLength {get; set;}
'Declaration
 
Public Property lookupTableLength As UInteger
'Usage
 
Dim instance As ApplyVoiLookupTableCommand
Dim value As UInteger
 
instance.lookupTableLength = value
 
value = instance.lookupTableLength
public uint lookupTableLength {get; set;}
@property (nonatomic, assign) unsigned int lookupTableLength;

            
 
get_lookupTableLength();
set_lookupTableLength(value);
Object.defineProperty('lookupTableLength_objectivec');
public:
property uint lookupTableLength {
   uint get();
   void set (    uint value);
}

Property Value

An System.Int32 that specifies the length of the array in lookupTable property
Requirements

Target Platforms

See Also

Reference

ApplyVoiLookupTableCommand Class
ApplyVoiLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.