[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ImageSizing

ImageSizing Enum

Specifies how an image should be sized within the image report control area.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ImageSizing

Fields

Name Description
AutoSize

Indicates that the image report control should expand or shrink to fit the size of the image.

Clip

Indicates that the image should be clipped to fit within the dimensions of the image report control, potentially losing parts of the image.

Fit

Indicates that the image should be resized to fit within the dimensions of the image report control, potentially distorting the image's aspect ratio.

FitProportional

Indicates that the image should be resized to fit within the dimensions of the image report control while maintaining the image's original aspect ratio.

Extension Methods