←Select platform

LookupTableLength Property (ApplyModalityLookupTableCommand)

Summary

Get or set the length of lookupTable

Syntax

C#
VB
Objective-C
C++
public uint LookupTableLength {get; set;} 
Public Property LookupTableLength As UInteger 
@property (nonatomic, assign) NSUInteger lookupTableLength 
public: 
property uint LookupTableLength { 
   uint get(); 
   void set (    uint ); 
} 

Property Value

An Int32 that specifies the length of the array in lookupTable property

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly