Accusoft Pegasus
ScanFix ActiveX 6.0
ToHdib2 Method
See Also  Send Feedback
method

Description

Returns the DIB containing the component's current image.

Syntax

Visual Basic
Public Function ToHdib2( _
   ByVal method As SF_ToHdibMethod _
) As Integer

Parameters

method
ValueDescription
SF_ToHdibMethod_ReturnDuplicateReturns copy of current internal DIB image. The caller will have ownership of the returned image and must release its memory.
SF_ToHdibMethod_TransferInternalHdibReturns current internal DIB image from ScanFix to caller. The caller takes ownership of the returned image and must release its memory.

Remarks

Note: It is the responsibility of the caller to free this resource when when analysis is complete and the DIB is no longer needed. This can be accomplished by calling the GlobalFree method and passing in the return value from this method.

See Also


©2010. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.