Accusoft.ImagXpress13.Net
DisposeHdib Method




A System.IntPtr handle to an HDIB object to free.
Disposes an HDIB object.
Syntax
'Declaration
 
Public Shared Sub DisposeHdib( _
   ByVal Hdib As IntPtr _
) 
'Usage
 
Dim Hdib As IntPtr
 
ImageX.DisposeHdib(Hdib)
public static void DisposeHdib( 
   IntPtr Hdib
)
public: static void DisposeHdib( 
   IntPtr Hdib
) 
public:
static void DisposeHdib( 
   IntPtr Hdib
) 

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

Reference

ImageX Class
ImageX Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback