Skip to main content
Row

HeaderFooterPicture.CropLeft Property

Gets or sets the number of pixels that are cut from the left of the picture.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float CropLeft { get; set; }

Property Value

Type Description
Single

A Single value that is the number of points to be cut.

Remarks

The CropLeft property value specifies the relative, not absolute, size of the cropped part.

For example, the CropLeft property is set to 50, the image width is 200 pixels (the 1:4 ratio). If the image scales up to 400 pixels, the original ratio of 1:4 will persist and the resulting image will be cropped by 100 pixels from the left.

See Also