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




pageView
Reference to pageview to refresh its content when the settings are applied.

Glossary Item Box

Initializes a new instance of the ImGearColorProfileSettings class.

Syntax

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

Parameters

pageView
Reference to pageview to refresh its content when the settings are applied.

Return Value

An instance of ImGearColorProfileSettings class GUI dialog.

Remarks

This constructor creates an instance of ImGearColorProfileSettings class GUI dialog. .

Example

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.