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