Leadtools.Converters Namespace : RasterImageRenderDisplayModeFlags Enumeration |
[FlagsAttribute()] public enum RasterImageRenderDisplayModeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterImageRenderDisplayModeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterImageRenderDisplayModeFlags
[FlagsAttribute()] public enum RasterImageRenderDisplayModeFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Converters.RasterImageRenderDisplayModeFlags = function() { }; Leadtools.Converters.RasterImageRenderDisplayModeFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterImageRenderDisplayModeFlags : 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. |
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. |
None | Default |
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. |
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 RasterImageRenderProperties.RenderDisplayMode property.
System.Object
System.ValueType
System.Enum
Leadtools.Converters.RasterImageRenderDisplayModeFlags
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