ImageGear for .NET
ImGearColorProfileSettings Class
Members  Example 




GUI dialog class for ICC setting.
Object Model
ImGearColorProfileSettings Class
Syntax
'Declaration
 
Public Class ImGearColorProfileSettings 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearColorProfileSettings
public class ImGearColorProfileSettings : System.Windows.Forms.Form 
public __gc class ImGearColorProfileSettings : public System.Windows.Forms.Form 
public ref class ImGearColorProfileSettings : public System.Windows.Forms.Form 
Example
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView))
{
    dlg.ShowDialog(igPageView.Parent);
}
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

Reference

ImGearColorProfileSettings Members
ImageGear.Windows.Forms Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback