C1.C1Report Namespace : PictureScaleEnum Enumeration |
'Declaration Public Enum PictureScaleEnum Inherits System.Enum
public enum PictureScaleEnum : System.Enum
Member | Description |
---|---|
Clip | Use the image's original size, clipping it to the display area if necessary. |
Hide | Hide the picture. |
Scale | Scale the picture to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio. |
Stretch | Stretch the picture to fill the display area. This mode will usually change the image's aspect ratio. |
Tile | Tile the picture to fill the display area. |
System.Object
System.ValueType
System.Enum
C1.C1Report.PictureScaleEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2