LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also