|
Hello,
Since you
don't have Document Imaging, you cannot use the 'Scale To Gray' mode that
improves the display of zoomed 1-bit images. The work-around for both display
and printing is the same, which is to convert the image to 8-bit grayscale (or
4-bit to reduce memory consumption), then display or print the converted image.
If
you are using our .NET classes, you can print the image after converting it to
8 (or 4) bits using the RasterImagePrinter Class, and specify a value of RasterPaintDisplayModeFlags.Resample
in PaintProperties.PaintDisplayMode.
Adam Boulad LEADTOOLS Technical Support
|