DocxImaging.ResizeImage Method

QsInformatica.Utils

DocxImagingResizeImage Method

Resizes the image.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static string ResizeImage(
	string imagepath,
	string outpath,
	int width,
	int height
)
Public Shared Function ResizeImage ( 
	imagepath As String,
	outpath As String,
	width As Integer,
	height As Integer
) As String
public:
static String^ ResizeImage(
	String^ imagepath, 
	String^ outpath, 
	int width, 
	int height
)
static member ResizeImage : 
        imagepath : string * 
        outpath : string * 
        width : int * 
        height : int -> string 

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