Click or drag to resize

XlsBitmapShape CropBottomOffset Property

Gets or sets the bottom offset for cropping the picture, represented as an integer scaled by 100,000.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CropBottomOffset { get; set; }

Property Value

Type: Int32
The bottom offset value, scaled by 100,000.
See Also