←Select platform

MaximumComponentsNumber Property

Summary

This returns the maximum number of components supported by LEAD J2K.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static int MaximumComponentsNumber { get; } 
Public Shared ReadOnly Property MaximumComponentsNumber As Integer 
public static int MaximumComponentsNumber {get;} 
extern const NSUInteger LTCodecsJpeg2000MaximumComponentsNumber 
public int getMaximumComponentsNumber() 
 get_MaximumComponentsNumber();  
public: 
static property int MaximumComponentsNumber { 
   int get(); 
} 

Property Value

Maximum number of components supported by LEAD J2K.

Example

For an example, refer to CodecsJpeg2000Options.

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.Codecs Assembly