  | DocxImagingResizeImage Method | 
            Resizes the image.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic 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  String
 - The imagepath.
 - outpath  String
 - The outpath.
 - width  Int32
 - The width.
 - height  Int32
 - The height.
 
Return Value
StringSystem.String.
See Also