ComponentOne FlexReport for WinForms
PictureScale Property (ImageField)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ImageField Class : PictureScale Property
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

Reference

ImageField Class
ImageField Members