Accusoft ImagXpress 12
FromHdib64 Method
See Also  Send comments on this topic.
method
The IX_FROMHDIBMETHOD value specifying the method.
newVal
The handle to the current/supplied DIB.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : FromHdib64 Method

Glossary Item Box

Description

Sets the current image to the supplied DIB (Device Independent Bitmap) in a 64-bit environment.

Syntax

Visual Basic
Public Sub FromHdib64( _
   ByVal method As IX_FROMHDIBMETHOD, _
   ByVal newVal As __int64 _
) 

Parameters

method
ValueDescription
IX_FROMHDIBMETHOD_CREATECOPYSpecifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource.
IX_FROMHDIBMETHOD_TRANSFERINTERNALHDIBSpecifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource.
The IX_FROMHDIBMETHOD value specifying the method.
newVal
The handle to the current/supplied DIB.

Remarks

This method is intended for 64-bit environments; use this instead of the FromHdib Method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.