Click or drag to resize

DocxImagingRotateImage Method

Rotates the image.

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

Parameters

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

Return Value

Type: String
System.String.
See Also