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




pageView
Reference to the page view object.

Glossary Item Box

Initializes a new instance of the ImGearExtraChannelsSwitching class.

Syntax

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

Parameters

pageView
Reference to the page view object.

Return Value

An instance of ImGearExtraChannelsSwitching class GUI dialog.

Example

C#Copy Code
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
    dlg.ShowDialog();
}
Visual BasicCopy Code
Using dlg As New ImGearExtraChannelsSwitching(igPageView)
    dlg.ShowDialog()
End Using

See Also

©2013. Accusoft Corporation. All Rights Reserved.