RasterImage.NormalizeAngle
Contents
[
Hide
]NormalizeAngle()
Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses GetSkewAngle
and Rotate
methods.
public void NormalizeAngle()
See Also
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD
NormalizeAngle(bool, Color)
Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses GetSkewAngle
and Rotate
methods.
public virtual void NormalizeAngle(bool resizeProportionally, Color backgroundColor)
Parameter | Type | Description |
---|---|---|
resizeProportionally | Boolean | if set to true you will have your image size changed according to rotated rectangle (corner points) projections in other case that leaves dimensions untouched and only internal image contents are rotated. |
backgroundColor | Color | Color of the background. |
See Also
- struct Color
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD