←Select platform

NumberOfColorComponents Property

Summary

Number of color components in the loaded JPEG2000 file.

Syntax

C#
VB
C++
public int NumberOfColorComponents { get; } 
  
Public ReadOnly Property NumberOfColorComponents As Integer 
public: 
property int NumberOfColorComponents { 
   int get(); 
} 

Property Value

Integer that represents the number of color components in the loaded JPEG2000 file.

Remarks

For a gray scale image, this value is one. For a color image (RGB) this value is 3 or more.

Example

For an example that displays this value after loading a file, refer to JpipRasterImageViewer.

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.Jpip.Client.WinForms Assembly