AccusoftPrintPro8 ActiveX DLL > PrintPro Object : ToHdib Method |
Visual Basic |
---|
Public Function ToHdib( _ ByVal method As PP_TOHDIBMETHOD _ ) As Long |
Value | Description |
---|---|
PP_TOHDIBMETHOD_RETURNDUPLICATE | Specifies that the DIB is to be duplicated, the user has the responsibility of calling GlobalFree() to clean up the resource. |
PP_TOHDIBMETHOD_TRANSFERINTERNALHDIB | Specifies that the internal DIB is to be used, ImagXpress handles cleaning up the resource. |