Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
MaximumComponentsNumber Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000SaveOptions Class : MaximumComponentsNumber Property




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

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property MaximumComponentsNumber As Integer
Visual Basic (Usage)Copy Code
Dim value As Integer
 
value = CodecsJpeg2000SaveOptions.MaximumComponentsNumber
C# 
public static int MaximumComponentsNumber {get;}
Managed Extensions for C++ 
public: __property static int get_MaximumComponentsNumber();
C++/CLI 
public:
static property int MaximumComponentsNumber {
   int get();
}

Return Value

Maximum number of components supported by LEAD J2K.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also