ComponentIndex Property

Summary
Gets or sets the index of the component to be displayed.
Syntax
C#
VB
C++
public int ComponentIndex { get; set; } 
  
Public Property ComponentIndex As Integer 
public: 
property int ComponentIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

To display all of the color components use "-1"; otherwise, use 0 for the first component, 1 for the second and so forth.

Remarks

Refer to NumberOfColorComponents

Example

For an example that selects the index for the first component, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.