Accusoft ImagXpress 12
ToHdib Method
See Also  Send comments on this topic.
method
An IX_TOHDIBMETHOD value.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToHdib Method

Glossary Item Box

Description

Returns the handle to the current DIB (Device Independent Bitmap).

Syntax

Visual Basic
Public Function ToHdib( _
   ByVal method As IX_TOHDIBMETHOD _
) As Long

Parameters

method
ValueDescription
IX_TOHDIBMETHOD_RETURNDUPLICATESpecifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource.
IX_TOHDIBMETHOD_TRANSFERINTERNALHDIBSpecifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource.
An IX_TOHDIBMETHOD value.

Remarks

This method is intended for 32-bit environments.

Calling DeleteObject() will not successfully release the HDIB.

See Also

©2013. Accusoft Corporation. All Rights Reserved.