[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.SizeModes

SizeModes Enum

Determines how a picture should be sized within the control area.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum SizeModes

Fields

Name Description
Clip

The image is clipped to fit within the control area.

Stretch

The image is stretched to fit the control area.

Zoom

The image is scaled until it fits horizontally and vertically within the control area.

Extension Methods