| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageViewerTileSizeFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ImageViewerTileSizeFlags  | |
| C# | |
|---|---|
public enum ImageViewerTileSizeFlags : System.Enum, IComparable, IConvertible, IFormattable  | |
| C++/CLI | |
|---|---|
public enum class ImageViewerTileSizeFlags : public System.Enum, IComparable, IConvertible, IFormattable  | |
| Member | Description | 
|---|---|
| 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). | 
To get better quality for the sized part of the image, try to use this enum.
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerTileSizeFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code