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




Glossary Item Box

GUI dialog class for ICC setting.

Object Model

ImGearColorProfileSettings Class

Syntax

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

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ImageGear.Windows.Forms.ImGearColorProfileSettings

See Also

©2013. Accusoft Corporation. All Rights Reserved.