ImageViewerTileSizeFlags Enumeration

Summary

Values that specify how to handle image tile resizing.

Syntax
C#
VB
C++
public enum ImageViewerTileSizeFlags 
  
Public Enum ImageViewerTileSizeFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ImageViewerTileSizeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0BestQuality1Use this when the new image width and height is smaller than the original width and height (zooming out).
1BestQuality2Use 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly