How to Handle 32-bit Bitmap Images in The Imaging Toolkits |
How to Handle 32-bit Bitmap Images in The Imaging Toolkits |
1 |
How to Print Annotations Programmatically with Document Imaging OCXs |
1 |
Printing Tip: How to Create a Silent MSI Printer Driver Install for Vista |
2 |
Printing Tip: How to Modify the Driver File Names for an MSI Install |
3 |
How to Print Annotations Programmatically
|
Black Ice Software |
January, 2008 |
Volume 13, Issue 1 |
Dim method As Short = 0
' if the source file is 32-bit convert it to 24-bit
' halftone ' save the converted image AxBIDIB1.SaveDIBInImageFormat(outFile, hdib2, 0, 6, 201)
' release the memory AxBIDIB1.DropDIB(hdib1) AxBIDIB1.DropDIB(hdib2) |
January Developer News |