Link Search Menu Expand Document

IPictureShapeScaleWidth Method

Scales the width of the picture by a specified factor.

Namespace:Bytescout.Spreadsheet.MSODrawing
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void ScaleWidth(
	double factor,
	bool relativeToOriginalSize
)

Parameters

factor
Type: SystemDouble
Specifies the ratio between the width of the shape after you resize it and the current or original width.
relativeToOriginalSize
Type: SystemBoolean
if set to true [to scale the picture relative to its original size]; if set to false [to scale it relative to its current size].
See Also

Reference