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

In This Topic
    MarkType Enumeration
    In This Topic
    Indicates the type of a mark.
    Members
    MemberDescription
    Ellipse601 - An ellipse. This is the same type of mark as NotateXpress's (version 10) EllipseTool and ImageGear for .NET's ImGearARTEllipse.
    Line3 - A line segment. This is the same type of mark as NotateXpress's (version 10) LineTool and ImageGear for .NET's ImGearARTLine.
    Polygon604 - A polygon. This is the same type of mark as NotateXpress's (version 10) PolygonTool and ImageGear for .NET's ImGearARTPolygon.
    Polyline502 - A freehand line or polyline. This is the same type of mark as NotateXpress's (version 10) FreehandTool and PolyLineTool classes and ImageGear for .NET's ImGearARTPolyline.
    Rectangle600 - A rectangle. This is the same type of mark as NotateXpress's (version 10) RectangleTool and PolyLineTool classes and ImageGear for .NET's ImGearARTRectangle.
    Text605 - A block of text. This is the same type of mark as NotateXpress's (version 10) TextTool and ImageGear for .NET's ImGearARTText.
    Remarks

    This enumeration indicates the type of a mark.

    This enumeration is patterned after ImageGear.ART.ImGearARTMarkType, but without the types that are not currently supported by the ASP.NET viewer.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.MarkType

    See Also