DocxImaging.RotateImage Method

QsInformatica.Utils

DocxImagingRotateImage Method

Rotates the image.

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

Parameters

imagepath
Type: SystemString
The imagepath.
outpath
Type: SystemString
The outpath.
ang
Type: SystemInt32
The ang.

Return Value

Type: String
System.String.
See Also