Leadtools.Silverlight.Controls Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PaintSizeMode Enumeration
See Also  
Leadtools.Silverlight.Controls Namespace : PaintSizeMode Enumeration





Determines how to fit the image in the destination rectangle.

Syntax

Visual Basic (Declaration) 
Public Enum PaintSizeMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PaintSizeMode
C# 
public enum PaintSizeMode : Enum 
C++/CLI 
public enum class PaintSizeMode : public Enum 
XAML Attributes Usage 

<object SizeMode=Leadtools.Silverlight.Controls.PaintSizeMode .../>

XAML Attributes Usage 

<object SizeMode=Leadtools.Silverlight.Controls.PaintSizeMode .../>

Members

MemberDescription
Normal Normal, no sizing
Fit Fit the image into the destination rectangle while maintaining the aspect ratio. If the image size is smaller than the destination rectangle, do not perform resizing.
FitAlways Always fit the image into the destination rectangle while maintaining the aspect ratio even if the image size is smaller than the destination rectangle.
FitWidth Fit the image width to be the size of the width of the destination rectangle while maintaining the aspect ratio.
Stretch Fit the image to fill the destination rectangle. Aspect ratio might not be maintained.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Silverlight.Controls.PaintSizeMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

PaintSizeMode requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features