Desktop Functions: Smart Device Functions:
|
gsapi_new_instance (gsapi)
Creates a new instance of Ghostscript. This instance is passed to most other gsapi functions. C# Signature:
[DllImport("gsdll32.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)] VB Signature:
Declare Function gsapi_new_instance Lib "gsapi.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Tips & Tricks:When working with the gsapi.dll, start with the gsapi_revision function, get that working. Then get this api working next. Sample Code:
/* Keep this variable at a class scope. It will be used by almost all of the gsapi functions */ Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|