ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Orientation Enumeration

In This Topic
    Orientation Enumeration
    In This Topic
    Indicates the rotation and mirroring of text in a text mark.
    Members
    MemberDescription
    BottomLeft4 - Text within a text mark is oriented so that the top of the text is in the same direction as the bottom edge of the image. In addition, the text is mirrored. This is the same type as ImageGear for .NET's ImGearOrientationModes.BOTTOM_LEFT. It is similar to NotateXpress's (version 10) TextOrientation.Degree180 except that the text is mirrored.
    BottomRight3 - Text within a text mark is oriented so that the top of the text is in the same direction as the bottom edge of the image. In other words, this could be described as an "upside down" orientation. This is the same type as NotateXpress's (version 10) TextOrientation.Degree180 and ImageGear for .NET's ImGearOrientationModes.BOTTOM_RIGHT.
    LeftBottom8 - Text within a text mark is oriented so that the top of the text is in the same direction as the left edge of the image. In other words, this could be described as a "rotated counterclockwise" orientation. This is the same type as NotateXpress's (version 10) TextOrientation.Degree270 and ImageGear for .NET's ImGearOrientationModes.LEFT_BOTTOM.
    LeftTop5 - Text within a text mark is oriented so that the top of the text is in the same direction as the left edge of the image. In addition, the text is mirrored. This is the same type as ImageGear for .NET's ImGearOrientationModes.LEFT_TOP. It is similar to NotateXpress's (version 10) TextOrientation.Degree270 except that the text is mirrored.
    RightBottom7 - Text within a text mark is oriented so that the top of the text is in the same direction as the right edge of the image. In addition, the text is mirrored. This is the same type as ImageGear for .NET's ImGearOrientationModes.RIGHT_BOTTOM. It is similar to NotateXpress's (version 10) TextOrientation.Degree90 except that the text is mirrored.
    RightTop6 - Text within a text mark is oriented so that the top of the text is in the same direction as the right edge of the image. In other words, this could be described as a "rotated clockwise" orientation. This is the same type as NotateXpress's (version 10) TextOrientation.Degree90 and ImageGear for .NET's ImGearOrientationModes.RIGHT_TOP.
    TopLeft1 - Text within a text mark is oriented so that the top of the text is in the same direction as the top edge of the image. In other words, this could be described as a "normal" orientation. This is the same type as NotateXpress's (version 10) TextOrientation.Degree0 and ImageGear for .NET's ImGearOrientationModes.TOP_LEFT.
    TopRight2 - Text within a text mark is oriented so that the top of the text is in the same direction as the top edge of the image. In addition, the text is mirrored. This is the same type as ImageGear for .NET's ImGearOrientationModes.TOP_RIGHT. It is similar to NotateXpress's (version 10) TextOrientation.Degree0 except that the text is mirrored.
    Remarks

    This enumeration indicates the orientation of text in text marks in relation to the image.

    The orientation of marks, as indicated by the members of this enumeration will always be tied to the image itself, not the browser. In other words, a text mark with an orientation of TopLeft will also be rotated or mirrored if the image is rotated.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.Orientation

    See Also