Accusoft.ISISXpress7.Net
ToHBitmap Method




Gets a HBITMAP handle for the current scanned image.
Syntax
'Declaration
 
Public Function ToHBitmap() As IntPtr
'Usage
 
Dim instance As Output
Dim value As IntPtr
 
value = instance.ToHBitmap()
public IntPtr ToHBitmap()
public: IntPtr ToHBitmap(); 
public:
IntPtr ToHBitmap(); 

Return Value

A HBITMAP.
Remarks

The IsisXpress object transfers ownership of the HBITMAP to the caller.

It is the callers responsiblity to free the HBITMAP.

Note: The image may only be retrived once for each scanned image.

Note: This property throws a DibUnavailableException if the image is not available.

See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback