| Visual Basic (Declaration) | |
|---|---|
Public Property ComponentIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int ComponentIndex {get; set;} | |
Return Value
To display all of the color components use "-1"; otherwise, use 0 for the first component, 1 for the second and so forth.This example selects the index for the first component.
For an example, refer to JpipRasterImageViewer.
Refer to NumberOfColorComponents
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code