Specifies the alignment of images within the field's rectangle.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum PictureAlignEnum |
Visual Basic |
---|
Public Enumeration PictureAlignEnum |
Members
Member name | Description | |
---|---|---|
LeftTop | Align to the left and to the top, clipping if necessary. | |
CenterTop | Align to the center and to the top, clipping if necessary. | |
RightTop | Align to the right and to the top, clipping if necessary. | |
LeftBottom | Align to the left and to the bottom, clipping if necessary. | |
CenterBottom | Align to the center and to the bottom, clipping if necessary. | |
RightBottom | Align to the right and to the bottom, clipping if necessary. | |
LeftMiddle | Align to the left and to the middle, clipping if necessary. | |
CenterMiddle | Align to the center and to the middle, clipping if necessary. | |
RightMiddle | Align to the right and to the middle, clipping if necessary. | |
Clip | Align to the left and to the top, clipping if necessary. | |
Zoom | Scale the picture to use as much of the page as possible, while preserving the picture's aspect ratio. | |
Stretch | Stretch the picture to fill the page. | |
Tile | Tile the picture to fill the page. |
Remarks
Use the members of this enumeration to set the value of the
PictureAlign and PictureAlign properties
in the Field and Layout classes.