Exemplo n.º 1
0
 /// <summary>
 /// Frees up the memory used for the API arguments and clears the Ghostscript API instance
 /// </summary>
 private static void Cleanup(IntPtr gsInstancePtr)
 {
     NativeMethods32.ExitAPI(gsInstancePtr);
     NativeMethods32.DeleteAPIInstance(gsInstancePtr);
 }