ComponentOne FlexReport for WinForms
PictureScaleEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : PictureScaleEnum Enumeration
Specifies the scaling of images within the field's rectangle.
Syntax
'Declaration
 
Public Enum PictureScaleEnum 
   Inherits System.Enum
public enum PictureScaleEnum : System.Enum 
Members
MemberDescription
ClipUse the image's original size, clipping it to the display area if necessary.
HideHide the picture.
ScaleScale the picture to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio.
StretchStretch the picture to fill the display area. This mode will usually change the image's aspect ratio.
TileTile the picture to fill the display area.
Remarks
Use the members of this enumeration to set the value of the Field.PictureScale, ImageField.PictureScale properties.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.PictureScaleEnum

See Also

Reference

C1.Win.FlexReport Namespace