HeaderFooterPicture.CropBottom Property
Gets or sets the number of points that are cut from the bottom of the picture.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Single | A Single value that is the number of points to be cut. |
Remarks
The CropBottom property value specifies the relative, not absolute, size of the cropped part.
For example, the CropBottom property is set to 50, the image height 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 bottom.
See Also