C1.C1Report.4 Assembly / C1.C1Report Namespace / PictureAlignEnum Enumeration

PictureAlignEnum Enumeration
Specifies the alignment of images within the field's rectangle.
Syntax
'Declaration
 
Public Enum PictureAlignEnum 
   Inherits System.Enum
 
Members
MemberDescription
CenterBottomAlign to the center and to the bottom, clipping if necessary.
CenterMiddleAlign to the center and to the middle, clipping if necessary.
CenterTopAlign to the center and to the top, clipping if necessary.
ClipAlign to the left and to the top, clipping if necessary.
LeftBottomAlign to the left and to the bottom, clipping if necessary.
LeftMiddleAlign to the left and to the middle, clipping if necessary.
LeftTopAlign to the left and to the top, clipping if necessary.
RightBottomAlign to the right and to the bottom, clipping if necessary.
RightMiddleAlign to the right and to the middle, clipping if necessary.
RightTopAlign to the right and to the top, clipping if necessary.
StretchStretch the picture to fill the page.
TileTile the picture to fill the page.
ZoomScale the picture to use as much of the page as possible, while preserving the picture's aspect ratio.
Remarks
Use the members of this enumeration to set the value of the Field.PictureAlign and Layout.PictureAlign properties in the Field and Layout classes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.PictureAlignEnum

See Also