C#
VB
C++
Number of color components in the loaded JPEG2000 file.
public int NumberOfColorComponents { get; }
Public ReadOnly Property NumberOfColorComponents As Integer
public:
property int NumberOfColorComponents {
int get();
}
Integer that represents the number of color components in the loaded JPEG2000 file.
For a gray scale image, this value is one. For a color image (RGB) this value is 3 or more.
For an example that displays this value after loading a file, refer to JpipRasterImageViewer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET