Click or drag to resize

DocxImagingResizeImage Method

Resizes the image.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static string ResizeImage(
	string imagepath,
	string outpath,
	int width,
	int height
)

Parameters

imagepath  String
The imagepath.
outpath  String
The outpath.
width  Int32
The width.
height  Int32
The height.

Return Value

String
System.String.
See Also