Aurigma Graphics Mill 5.5 for .NET
FAQ: Using Graphics Mill for .NET
This topic contains answers for the frequently asked questions related to the problems with Graphics Mill for .NET usage. Be sure to read this topic before creating support case.
In this topic:
Q: How should I properly shutdown Graphics Mill for .NET to be sure that it releases all resources and removes all temporary files.
Graphics Mill for .NET module and add-ons are represented with GraphicsMillLibraryModule, AdvancedPsdLibraryModule, AviProcessorLibraryModule, and MediaProcessorLibraryModule classes respectively. Each of these classes expose the static method ShutDown() which deinitialize the corresponded module and releases all the temporary files created by this module. Thus it is recommended to call the ShutDown() method when you close an application based on Graphics Mill for .NET and/or add-ons.