←Select platform

ImageViewerTileSizeFlags Enumeration

Summary

Values that specify how to handle image tile resizing.

Syntax

C#
VB
C++
public enum ImageViewerTileSizeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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
0x00000000BestQuality1Use this when the new image width and height is smaller than the original width and height (zooming out).
0x00000001BestQuality2Use 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize