Accusoft.ImagXpress12.Net
DisposeHdib Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageX Class : DisposeHdib Method




Hdib
A System.IntPtr handle to an HDIB object to free.

Glossary Item Box

Disposes an HDIB object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

Hdib
A System.IntPtr handle to an HDIB object to free.

Remarks

This static function is a helper function so that the developer can use this function to free an HDIB instead of having to call GlobalFree in Kernel32.dll. Use this method for any HDIB's that have been returned from ToHdib(Boolean) and not assigned to another ImageX object with the FromHdib(ImagXpress,IntPtr,Boolean)(Accusoft.ImagXpressSdk.ImagXpress imagXpress, IntPtr hdib, System.Boolean ownDib) method with the ownDib parameter set to true.

See Also

©2013. Accusoft Corporation. All Rights Reserved.