In This Topic

Dispose Method (GdPictureImaging)

In This Topic
Disposes already used GdPictureImaging object completely. All related resources used by this object are released.

Be aware, that all unreleased images (GdPicture images) allocated by this object will remain available in the memory until they are destroyed by the GdPictureImaging.ReleaseGdPictureImage method of any other GdPictureImaging object. You can also use the GdPictureDocumentUtilities.ReleaseAllGdPictureImages method to destroy all allocated image resources from the memory in one step.

Overload List
OverloadDescription
Disposes already used GdPictureImaging object completely. All related resources used by this object are released.

Be aware, that all unreleased images (GdPicture images) allocated by this object will remain available in the memory until they are destroyed by the GdPictureImaging.ReleaseGdPictureImage method of any other GdPictureImaging object. You can also use the GdPictureDocumentUtilities.ReleaseAllGdPictureImages method to destroy all allocated image resources from the memory in one step.

 
See Also