Click or drag to resize

DocxImagingResizeImage Method

Resizes the image.

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

Parameters

imagepath
Type: SystemString
The imagepath.
outpath
Type: SystemString
The outpath.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.

Return Value

Type: String
System.String.
See Also