Number of color components in the loaded JPEG2000 file.
            
            
            
            
            
            
            
            public int NumberOfColorComponents {get;}
             
        
            
            'Declaration
 
Public ReadOnly Property NumberOfColorComponents As Integer
             
        
            
            'Usage
 
Dim instance As JpipRasterImageViewer
Dim value As Integer
 
value = instance.NumberOfColorComponents
             
        
            
        
            
        
            
            public:
property int NumberOfColorComponents {
   int get();
}
             
        
             
        
            
            
            Property Value
Integer that represents the number of color components in the loaded JPEG2000 file.
 
            
            
            
            
            For an example that displays this value after loading a file, refer to 
JpipRasterImageViewer.