Click or drag to resize

XlsBitmapShape CropLeftOffset Property

Gets or sets the left offset for cropping a picture, 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 CropLeftOffset { get; set; }

Property Value

Type: Int32
The left offset for cropping, where the actual offset is the value divided by 100,000.

Return Value

Type: Int32
The current left offset for cropping, scaled by 100,000.
See Also