Available in LEADTOOLS Medical Imaging toolkits. |
LevelLowBit example for Access 2.0
This is also the example for LevelHighBit.
This example sets LevelLowBit and LevelHighBit to display the image using only the eight least significant bits.
'use least significant 8 bits
Me![LEAD1].Object.LevelLowBit = 0
Me![LEAD1].Object.LevelHighBit = 7