XlsBitmapShape
CropTopOffset Property
|
Gets or sets the top offset for cropping a picture, expressed in hundred-thousandths of a percent.
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 CropTopOffset { get; set; }
Public Property CropTopOffset As Integer
Get
Set
public:
property int CropTopOffset {
int get ();
void set (int value);
}
member CropTopOffset : int with get, set
Property Value
Type:
Int32
The top offset for cropping, where the value is divided by 100,000 to get the actual percentage.
See Also