[]
        
(Showing Draft Content)

C1.Report.ImageField.PictureScale

PictureScale Property

PictureScale

Gets or sets a value determining how image is scaled within the field.

Declaration
[C1Category("Image")]
[C1Description("ImageField.PictureScale", "Determines how image is scaled within the field.")]
public PictureScaleEnum PictureScale { get; set; }
<C1Category("Image")>
<C1Description("ImageField.PictureScale", "Determines how image is scaled within the field.")>
Public Property PictureScale As PictureScaleEnum
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.