|  | DocxImagingResizeImage Method  | 
 
            Resizes the image.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
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
- Type: SystemString
 The imagepath.
- outpath
- Type: SystemString
 The outpath.
- width
- Type: SystemInt32
 The width.
- height
- Type: SystemInt32
 The height.
Return Value
Type: 
StringSystem.String.
 See Also
See Also