Click or drag to resize

ImageInformationResize Method

Resizes the image and replaces the internal image object ImageObject with the new size

Namespace:  SOWIDocument.Helper
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void Resize(
	double pWidth = 0,
	double pHeight = 0
)

Parameters

pWidth (Optional)
Type: SystemDouble
New width in centimetre
pHeight (Optional)
Type: SystemDouble
New height in centimetre
Remarks
Can using width or height parameter. The aspect ratio is maintained.
See Also