Rotate
Rotate(float)
Rotate original image.
public static PreprocessingFilter Rotate(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation.From -360 to 360 |
Return Value
RotateFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
Rotate(float, Rectangle)
Rotate a part of the image.
public static PreprocessingFilter Rotate(float angle, Rectangle area)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation.From -360 to 360 |
area | Rectangle | Coordinates of the part of the image to be corrected. |
Return Value
RotateFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR