PictureShapeScaleWidth Method Bytescout Spreadsheet SDK
Scales the width of the picture by a specified factor.

Namespace:  Bytescout.Spreadsheet.MSODrawing
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public 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].

Implements

IPictureShapeScaleWidth(Double, Boolean)
See Also

Reference