VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebRotateFlipTypeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebRotateFlipTypeEnumJS Enumeration
    In This Topic
    Specifies the direction of an image's rotation and the axis used to flip the image.
    Members
    MemberDescription
    RotateNoneFlipNoneSpecifies no rotation and no flipping.
    RotateNoneFlipXSpecifies no rotation followed by a horizontal flip.
    RotateNoneFlipYSpecifies no rotation followed by a vertical flip.
    RotateNoneFlipXYSpecifies no rotation followed by a horizontal and vertical flip.
    Rotate90FlipNoneSpecifies a 90-degree rotation without flipping.
    Rotate90FlipXSpecifies a 90-degree rotation followed by a horizontal flip.
    Rotate90FlipYSpecifies a 90-degree rotation followed by a vertical flip.
    Rotate90FlipXYSpecifies a 90-degree rotation followed by a horizontal and vertical flip.
    Rotate180FlipNoneSpecifies a 180-degree rotation without flipping.
    Rotate180FlipXSpecifies a 180-degree rotation followed by a horizontal flip.
    Rotate180FlipYSpecifies a 180-degree rotation followed by a vertical flip.
    Rotate180FlipXYSpecifies a 180-degree rotation followed by a horizontal and vertical flip.
    Rotate270FlipNoneSpecifies a 270-degree rotation without flipping.
    Rotate270FlipXSpecifies a 270-degree rotation followed by a horizontal flip.
    Rotate270FlipYSpecifies a 270-degree rotation followed by a vertical flip.
    Rotate270FlipXYSpecifies a 270-degree rotation followed by a horizontal and vertical flip.
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebEnumItemBaseJS
          Vintasoft.Imaging.WebRotateFlipTypeEnumJS

    Browser Compatibility
    56+
    45+
    11
    See Also