Available in the LEADTOOLS Imaging toolkit. |
Save example for Access 95 and 97
This example saves the image as a PNG file, loads the new file, and redisplays the bitmap.
DoCmd.Hourglass True
Lead1.Save "c:\lead\images\tmp.png", FILE_PNG, 8, 1, SAVE_OVERWRITE
Lead1.Load "c:\lead\images\tmp.png", 0, 0, 1
Lead1.ForceRepaint
DoCmd.Hourglass False