VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageSizeMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
ImageSizeMode Enumeration
In This Topic
Specifies available position modes of an image within image viewer.
Syntax
'Declaration

Public Enum ImageSizeMode
   Inherits System.Enum

public enum ImageSizeMode : System.Enum

Members
MemberDescription
FitToWidthScale the image to fit the width of control.
FitToHeightScale the image to fit the height of control.
BestFitScale the image proportion to the control.
ZoomZoom the image to the specified value.
NormalView image using image resolution without scaling.
PixelToPixelView image using the screen resolution without scaling. Image resolution will be ignored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.UI.ImageSizeMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also