Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageViewerTileSizeFlags Enumeration
See Also  
Leadtools.Web.Controls Namespace : ImageViewerTileSizeFlags Enumeration



Values that specify how to handle image tile resizing.

Syntax

Visual Basic (Declaration) 
Public Enum ImageViewerTileSizeFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerTileSizeFlags
C# 
public enum ImageViewerTileSizeFlags : Enum 
C++/CLI 
public enum class ImageViewerTileSizeFlags : public Enum 

Members

MemberDescription
BestQuality1 Use this when the new image width and height is smaller than the original width and height (zooming out).
BestQuality2 Use 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also