C1.C1Report Namespace : PictureAlignEnum Enumeration |
'Declaration Public Enum PictureAlignEnum Inherits System.Enum
public enum PictureAlignEnum : System.Enum
Member | Description |
---|---|
CenterBottom | Align to the center and to the bottom, clipping if necessary. |
CenterMiddle | Align to the center and to the middle, clipping if necessary. |
CenterTop | Align to the center and to the top, clipping if necessary. |
Clip | Align to the left and to the top, clipping if necessary. |
LeftBottom | Align to the left and to the bottom, clipping if necessary. |
LeftMiddle | Align to the left and to the middle, clipping if necessary. |
LeftTop | Align to the left and to the top, clipping if necessary. |
RightBottom | Align to the right and to the bottom, clipping if necessary. |
RightMiddle | Align to the right and to the middle, clipping if necessary. |
RightTop | Align to the right and to the top, clipping if necessary. |
Stretch | Stretch the picture to fill the page. |
Tile | Tile the picture to fill the page. |
Zoom | Scale the picture to use as much of the page as possible, while preserving the picture's aspect ratio. |
System.Object
System.ValueType
System.Enum
C1.C1Report.PictureAlignEnum
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