Leadtools.Converters assembly

RasterImageRenderDisplayModeFlags Enumeration

Show in webframe







Contains value that controls the speed, quality, and style of rendering operations.
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 = {
None = 0x00000000, OrderedDither = 0x00000001, ScaleToGray = 0x00000010, FavorBlack = 0x00000040, Resample = 0x00000200, Bicubic = 0x00000400, };
[FlagsAttribute()]
public enum class RasterImageRenderDisplayModeFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.

Example
For an example, refer to RasterImageRenderProperties.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Converters Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.