Documentation / Marblecore Imaging / Methods / FileRotateRight
FileRotateRight method
Performs a 90 degree right rotation on the specified image file.
Syntax
Boolean FileRotateRight(strFile As String, bDisableLossless As Boolean, bWebFilter As Boolean, strSaveAs As String, nFormat As Format)
Return value
Returns true if the function succeeded.
Parameters
Parameter | Type | Required | Description |
strFile | String | Yes | String containing the path of the file. |
bDisableLossless | Boolean | No | Optional parameter which enables or disables lossless transformations. |
bWebFilter | Boolean | No | Optional parameter which enables or disables the internet filter. If this parameter is true only web formats are accepted (GIF, JPEG, PNG). |
strSaveAs | String | No | Optional string containing the output file. |
nFormat | Format (Enumeration) | No | Optional parameter which specifies the desired file format. |
Category
File operations
See also
FileConvert |
FileCrop |
FileExpand |
FileFlipHorizontal |
FileFlipVertical |
FileResize |
FileRotate |
FileRotateLeft |
FileShrink |
FileThumbnail