LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerTileSizeFlags
C# 
public enum ImageViewerTileSizeFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageViewerTileSizeFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BestQuality1Use this when the new image width and height is smaller than the original width and height (zooming out).
BestQuality2Use 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also