ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisOrientation Enumeration

In This Topic
    ImGearIsisOrientation Enumeration
    In This Topic
    Image orientation values.
    Members
    MemberDescription
    Landscape2 - Landscape (90-degree counter-clockwise rotation). The 0th row represents the visual left side of the and the 0th column represents the visual bottom.
    LandscapeMirrored6 - Landscape mirrored. The 0th row represents the visual left side of the image, and the 0th column represents the visual top.
    Portrait1 - Portrait (0-degree rotation). The 0th row represents the visual top of the image and the 0th column represents the visual left side.
    PortraitMirrored5 - Portrait mirrored. The 0th row represents the visual top of the image, and the 0th column represents the visual right side.
    Rotated1803 - Upside down portrait (180-degree counter-clockwise rotation). The 0th row represents the visual bottom of the image and the 0th column represents the visual right side.
    Rotated180Mirrored7 - Upside down portrait mirrored. The 0th row represents the visual bottom of the image, and the 0th column represents the visual left side. This is the orientation in which Windows BMP files are stored.
    Rotated2704 - Upside down landscape (270-degree counter-clockwise rotation). The 0th row represents the visual right side of the image, and the 0th column represents the visual top.
    Rotated270Mirrored8 - Upside down landscape mirrored. The 0th row represents the visual right side of the image, and the 0th column represents the visual bottom.
    Unknown0 - Unknown orientation. This is needed because the serializer will throw an error if the orientation is 0 it cannot be matched to an existing value.
    Remarks
    The ImGearIsisOrientation defines the current orientation of the image.
    Inheritance Hierarchy

    Object
       ImageGear.Web.Isis.ImGearIsisOrientation

    See Also