←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly