Contains value that controls the speed, quality, and style of rendering operations.
Value | Member | Description |
---|---|---|
0x00000000 | None | Default |
0x00000001 | OrderedDither | Enables 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. |
0x00000010 | ScaleToGray | [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. |
0x00000040 | FavorBlack | [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. |
0x00000200 | Resample | Enables resample resize when displaying images at zoom factors other than 1:1. |
0x00000400 | Bicubic | Enables bicubic resize when displaying images at zoom factors other than 1:1. |
This enumeration provides value for the RasterImageRenderProperties.RenderDisplayMode property.