Download PdfImageBoxSample.zip, last updated 04/09/2011 (513.29 KB)

Download
  • md5: 5176311d2ed74377312c76dfb6b5ec98
using System;
using System.Runtime.InteropServices;

namespace Cyotek.GhostScript
{
  internal class NativeStructs
  {

    [StructLayout(LayoutKind.Sequential)]
    public struct GS_Revision
    {
  #region  Public Properties  

      public int intRevision { get; set; }

      public int intRevisionDate { get; set; }

      public IntPtr strCopyright { get; set; }

      public IntPtr strProduct { get; set; }

  #endregion  Public Properties  
    }
  }
}

Donate

Donate