Click or drag to resize

DocxImagingRotateImage Method

Rotates the image.

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

Parameters

imagepath  String
The imagepath.
outpath  String
The outpath.
ang  Int32
The ang.

Return Value

String
System.String.
See Also