AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : FromHdib64 Method |
Visual Basic |
---|
Public Sub FromHdib64( _ ByVal method As IX_FROMHDIBMETHOD, _ ByVal newVal As __int64 _ ) |
Value | Description |
---|---|
IX_FROMHDIBMETHOD_CREATECOPY | Specifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource. |
IX_FROMHDIBMETHOD_TRANSFERINTERNALHDIB | Specifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource. |