[]
        
(Showing Draft Content)

C1.Report.PictureScaleEnum

PictureScaleEnum Enum

Specifies the scaling of images within the field's rectangle.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum PictureScaleEnum
Remarks

Use the members of this enumeration to set the value of the PictureScale, PictureScale properties.

Fields

Name Description
Clip

Use the image's original size, clipping it to the display area if necessary.

Hide

Hide the picture.

Scale

Scale the picture to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio.

Stretch

Stretch the picture to fill the display area. This mode will usually change the image's aspect ratio.

Tile

Tile the picture to fill the display area.