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




pageView
Reference to the page view object.

Glossary Item Box

Initializes a new instance of the ImGearColorBookSettings class.

Syntax

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

Parameters

pageView
Reference to the page view object.

Return Value

An instance of ImGearColorBookSettings class GUI dialog.

Example

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.