←Select platform

RasterImageRenderDisplayModeFlags Enumeration

Summary

Contains value that controls the speed, quality, and style of rendering operations.

Members
ValueMemberDescription
0x00000000NoneDefault
0x00000001OrderedDitherEnables or disables ordered dithering when rendering. Ordered dithering is faster than the default dithering method, which uses error diffusion, but the quality of the image is not as good.
0x00000010ScaleToGray[Document/Medical only] Enables grayscaling of 1-bit images when they are displayed. This improves the readability of the images when they are zoomed in or zoomed out, but it slows down the display.
0x00000040FavorBlack[Document/Medical only] Enables a bias in preserving black objects when displaying zoomed-out 1-bit images. This can prevent the disappearance of fine lines and details, but it slows down the display.
0x00000200ResampleEnables resample resize when displaying images at zoom factors other than 1:1.
0x00000400BicubicEnables bicubic resize when displaying images at zoom factors other than 1:1.

Remarks

This enumeration provides value for the RasterImageRenderProperties.RenderDisplayMode property.

Requirements

Target Platforms

See Also

Reference

Leadtools.Converters Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly