Accusoft.ISISXpress7.Net
ToHdib() Method




Gets a handle to an DIB (Device Independent Bitmap) for the current scanned image.
Syntax
'Declaration
 
Public Function ToHdib() As IntPtr
'Usage
 
Dim instance As Output
Dim value As IntPtr
 
value = instance.ToHdib()
public IntPtr ToHdib()
public: IntPtr ToHdib(); 
public:
IntPtr ToHdib(); 

Return Value

A HDIB.
Remarks

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

It is the caller's responsiblity to free the HDIB.

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

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

See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback