Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     GhostscriptVersionInfo gvi = GhostscriptVersionInfo.GetLastInstalledVersion(GhostscriptLicense.GPL, GhostscriptLicense.GPL);
  2.     Debug.WriteLine("Version: " + gvi.Version);
  3.     Debug.WriteLine("Library location: " + gvi.DllPath);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement