Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

AnnResizeMode Enumeration






Determines how to resize the container in the new dimension values.
Syntax
public enum AnnResizeMode : System.Enum 
'Declaration
 
Public Enum AnnResizeMode 
   Inherits System.Enum
public enum AnnResizeMode : System.Enum 
public enum AnnResizeMode
Leadtools.Annotations.Core.AnnResizeMode = function() { };
Leadtools.Annotations.Core.AnnResizeMode.prototype = {
Fit = 0x00000000, FitAlways = 0x00000001, FitWidth = 0x00000002, FitHeight = 0x00000003, Stretch = 0x00000004, };
Members
ValueMemberDescription
0x00000000Fit Fit the container into the destination size while maintaining the aspect ratio. If the container size is smaller than the destination size, do not perform resizing.
0x00000001FitAlways Always fit the container into the destination size while maintaining the aspect ratio, even if the container size is smaller than the destination size.
0x00000002FitWidth Adjust the container width so it has the same value as the destination size, while maintaining the aspect ratio
0x00000003FitHeight Adjust the container height so it has the same value as the destination size, while maintaining the aspect ratio
0x00000004Stretch Adjust the container so it has the same exact size as the destination size. Aspect ratio may not be maintained
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.Core.AnnResizeMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features