[FlagsAttribute()] public enum RasterPaintDisplayModeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterPaintDisplayModeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterPaintDisplayModeFlags
[FlagsAttribute()] public enum RasterPaintDisplayModeFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Drawing.RasterPaintDisplayModeFlags = function() { }; Leadtools.Drawing.RasterPaintDisplayModeFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterPaintDisplayModeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bicubic | Enables bicubic resize when displaying images at zoom factors other than 1:1. |
DitheredPaint | Enables or disables painting that is mapped directly to the selected palette. This is enabled by default; you can set this flag to disable it and let Windows do color matching between the paint palette and the selected palette. Indexed painting uses the colors from the currently selected palette. It is not used if the image is not palletized. |
FastPaint | Enables or disables fast painting. Fast painting should be performed only if the current video driver is good, and the image does not need to be dithered or resized to paint. No safety check for a faulty driver is performed. |
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. |
FixedPalette | Enables the LEAD Fixed palette when displaying 24-bit (or greater) images on 8-bit (or less) devices. |
HalftonePrint | Enables use of the printing halftone (rather than the viewing halftone) when painting to a 1-bit device. |
IndexedPaint | Enables or disables painting that is mapped directly to the selected palette. You can this and let Windows do color matching between the paint palette and the selected palette. Indexed painting uses the colors from the currently selected palette. It is not used if the image is not palletized. |
NetscapePalette | Enables the Netscape Fixed palette when displaying 24-bit (or greater) images on 8-bit (or less) devices. |
None | Default |
OrderedDither | Enables or disables ordered dithering when painting. Ordered dithering is faster than the default dithering method, which uses error diffusion, but the quality of the image is not as good. |
Resample | Enables resample resize when displaying images at zoom factors other than 1:1. |
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. |
This enumeration provides value for the RasterPaintProperties.PaintDisplayMode property.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.RasterPaintDisplayModeFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2