LEADTOOLS WPF and Silverlight (Leadtools.Converters assembly)
LEAD Technologies, Inc

RasterImageRenderDisplayModeFlags Enumeration






Contains value that controls the speed, quality, and style of rendering operations. .NET support WinRT support
Syntax
[FlagsAttribute()]
public enum RasterImageRenderDisplayModeFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterImageRenderDisplayModeFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterImageRenderDisplayModeFlags
[FlagsAttribute()]
public enum RasterImageRenderDisplayModeFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Converters.RasterImageRenderDisplayModeFlags = function() { };
Leadtools.Converters.RasterImageRenderDisplayModeFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RasterImageRenderDisplayModeFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BicubicEnables 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.
NoneDefault
OrderedDitherEnables 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.
ResampleEnables 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.
Remarks

This enumeration provides value for the RasterImageRenderProperties.RenderDisplayMode property.

Example
For an example, refer to RasterImageRenderProperties.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Converters.RasterImageRenderDisplayModeFlags

Requirements

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

See Also

Reference

Leadtools.Converters Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.