LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageViewerTileSizeFlags Enumeration

Show in webframe





Values that specify how to handle image tile resizing.
Syntax
public enum ImageViewerTileSizeFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageViewerTileSizeFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageViewerTileSizeFlags

            

            
public enum class ImageViewerTileSizeFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000BestQuality1Use this when the new image width and height is smaller than the original width and height (zooming out).
0x00000001BestQuality2Use this when the new image width and height is greater than the original width and height (zooming in).
Remarks
To get better quality for the sized part of the image, try to use this enum.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerTileSizeFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Web.Controls Namespace

 

 


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