This documentation is for the old version. Go to the latest Graphics Mill docs

AdvancedPsdLibraryModule.ShutDown Method

Explicitly deinitializes Advanced PSD module and releases all the temporary files created by this module.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)

Syntax

Visual Basic
Public Shared Sub ShutDown
C#
public static void ShutDown()

Remarks

Call this method after disposing all the created Advanced PSD objects and releasing all resources.

See Also

Reference