ImageGear .NET - Updated
Installing GUI Components
User Guide > Getting Started > Installing GUI Components
This topic provides information about the following:

ImageGear .NET GUI Components

A variety of components are provided which can be used to both speed up and improve the integration of ImageGear .NET with your GUI application. These components are available for both WinForms and WPF applications and only require a few simple steps.

The steps detailed in the sections below assume the use of:

Installation for WinForms GUI Development

To begin, open your C# or VB.NET WinForms project in Visual Studio. If you do not already have one, then first create a new “Windows Forms App (.NET Framework)” using your desired language.

Once your project is open in Visual Studio:

  1. Open the Toolbox (View > Toolbox).
  2. In the Toolbox, right-click and select Add Tab and name it Accusoft.
  3. Right-click the Accusoft tab and select Choose Items….
  4. In the Choose Toolbox Items dialog box, click Browse….
  5. Navigate to the $INSTALLDIR\ImageGear .NET v24\Bin\x64 directory, select the following DLL files and then click Open:
    • ImageGear24.Windows.Forms
  6. Ensure the following components are added and highlighted:
    • ImGearMagnifier
    • ImGearPageView
    • ImGearPan
    • ImGearThumbnailCtl
  7. Click OK

The selected components should now be available within the Accusoft tab of the Toolbox. In Design mode, these components can be drag-and-dropped onto your GUI application.

Installation for WPF GUI Development

To begin, open your C# or VB.NET WPF project in Visual Studio. If you do not already have one, then first create a new “WPF App (.NET Framework)” using your desired language.

Once your project is open in Visual Studio:

  1. Open the Toolbox (View > Toolbox).
  2. In the Toolbox, right-click and select Add Tab and name is Accusoft.
  3. Right-click the Accusoft tab and select Choose Items….
  4. Once the Choose Toolbox Items dialog box is open, click Browse….
  5. Navigate to the $INSTALLDIR\ImageGear .NET v24\Bin\x64 directory, select the following DLL files and then click Open:
    • ImageGear24.WPF
    • ImageGear24.Windows.Controls
  6. Ensure the following components are added and highlighted:
    • ImGearMagnifierCtl
    • ImGearPageViewContextMenu
    • ImGearPageViewToolbar
    • ImGearPanCtl
    • ImGearThumbnailCtl
    • ImGearThumbnailList
    • ImGearThumbnailListItem
    • ImGearVirtualizingWrapPanel
    • PageView
  7. Click OK

The selected components should now be available within the Accusoft tab of the Toolbox. In Design mode, these components can be drag-and-dropped onto your GUI application.