This example shows you how to erase the byte data to free up memory. To try the example, copy the code to your module, and call the FreeUnusedMemory subroutine in your module. Then run the example.
Private Sub FreeUnusedMemory(BMU As VWBitmapUtils.BitmapUtils)
'Free the memory.
BMU.EraseByteData
End Sub