Download ImageBoxTiffViewer.zip, last updated 30/07/2016 (3.93 MB)

Download
  • md5: ef452b2d2baa27fcc0fa5c9d031b021c
  • sha1: b1c65a3601495bcabd6847831702ded93dbc5a47
  • sha256: 52680d16d3825c2096f502526f0de41b2db2992679cfe8154ad3c9d7836b664c
using System;
using System.Windows.Forms;

// Displaying multi-page tiff files using the ImageBox control and C#
// http://www.cyotek.com/blog/displaying-multi-page-tiff-files-using-the-imagebox-control-and-csharp
// Copyright © 2016 Cyotek Ltd. All Rights Reserved.

namespace Cyotek.Demo.TiffViewer
{
  static class Program
  {
    #region Static Methods

    /// <summary>
    /// The main entry point for the application.
    /// </summary>
    [STAThread]
    static void Main()
    {
      Application.EnableVisualStyles();
      Application.SetCompatibleTextRenderingDefault(false);
      Application.Run(new MainForm());
    }

    #endregion
  }
}

Donate

Donate