Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

MaximumComponentsNumber Property








This returns the maximum number of components supported by LEAD J2K.
Syntax
public static int MaximumComponentsNumber {get;}
'Declaration
 
Public Shared ReadOnly Property MaximumComponentsNumber As Integer
'Usage
 
Dim value As Integer
 
value = CodecsJpeg2000SaveOptions.MaximumComponentsNumber
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

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

Error processing SSI file