FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ImageField Class / PictureScale Property

In This Topic
    PictureScale Property (ImageField)
    In This Topic
    Gets or sets a value determining how image is scaled within the field.
    Syntax
    'Declaration
     
    Public Property PictureScale As PictureScaleEnum
    public PictureScaleEnum PictureScale {get; set;}
    Remarks

    Depending on the setting of this property, images may be clipped, stretched, scaled (which preserves the image's aspect ratio), tiled, or hidden.

    PictureScale works with the PictureAlign property so you can control image scaling and alignment independently.

    See Also