Visual Basic (Declaration) | |
---|---|
Public Enum ImageViewerTileSizeFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ImageViewerTileSizeFlags : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ImageViewerTileSizeFlags : public Enum |
C++/CLI | |
---|---|
public enum class ImageViewerTileSizeFlags : public Enum |
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family