Specifies the scaling of images within the field's rectangle.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PictureScaleEnum |
| Visual Basic |
|---|
Public Enumeration PictureScaleEnum |
Members
| Member name | Description | |
|---|---|---|
| Clip | Use the image's original size, clipping it to the display area if necessary. | |
| Stretch | Stretch the picture to fill the display area. This mode will usually change the image's aspect ratio. | |
| 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. | |
| Tile | Tile the picture to fill the display area. | |
| Hide | Hide the picture. |
Remarks
Use the members of this enumeration to set the value of the PictureScale
and PictureScale properties in the Field and Layout classes.