[]
        
(Showing Draft Content)

C1.Report.Field.PictureScale

PictureScale Property

PictureScale

Gets or sets how images should be the scaled to fit within the field area.

Declaration
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.