ImageGear for .NET
ImGearExtraChannelColorChoice Constructor
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearExtraChannelColorChoice Class : ImGearExtraChannelColorChoice Constructor




pageView
Reference to the page view object.
channelsInfo
Array of extra channels.
channelNumber
Index of the extra channel in array to work with.

Glossary Item Box

Initializes a new instance of the ImGearExtraChannelColorChoice class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pageView
Reference to the page view object.
channelsInfo
Array of extra channels.
channelNumber
Index of the extra channel in array to work with.

Return Value

An instance of ImGearExtraChannelColorChoice class GUI dialog.

Example

C#Copy Code
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
    igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog();
Visual BasicCopy Code
Dim dlg As New ImGearExtraChannelColorChoice(igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0)
dlg.ShowDialog()

See Also

©2013. Accusoft Corporation. All Rights Reserved.