| DocxImagingRotateImage Method |
Rotates the image.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- The imagepath.
- outpath String
- The outpath.
- ang Int32
- The ang.
Return Value
StringSystem.String.
See Also