ImageGear for .NET
Designing the Form
Send Feedback
ImageGear for .NET User Guide > Getting Started > ImageGear for .NET Visual Studio 2008/2005 Tutorials > ImageGear for .NET VB.NET Tutorial > Designing the Form

Glossary Item Box

  1. First, create a menu on the form.
    1. In the Windows Forms toolbox drag a MenuStrip control onto the form.
    2. Create three menus called File, View, and Processing.
    3. Under the File menu, add Load Page, and Exit.
    4. Under the View menu, add Zoom In and Zoom Out.
    5. Under the Processing menu, add Rotate 90, Rotate 180, and Rotate 270.
    6. For this tutorial, we have kept the default names for the controls. Double-click each item to create a handler.
  2. Next, add the ImageGear for .NET Page View control to the form.
    1. In the Windows Forms toolbox, click and drag the ImGearPageView control onto the form. 
    2. Set the Dock property of the imGearPageView1 control to Fill. This will cause the control to resize as the form resizes.
    3. Keep the default control name, imGearPageView1, for this control. The form should now look as follows: 

 

©2013. Accusoft Corporation. All Rights Reserved.