ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / visible Property

In This Topic
    visible Property
    In This Topic
    Specifies whether a mark is visible.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_visible() : Boolean
    function set_visible(value : Boolean)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMark.get_visible();
    Remarks

    This property specifies whether a mark is visible. When this value is false, ImageGear will not draw the annotation with the image in a viewer. If you change the value of this property, this object will raise its propertyChanged event.

    Mark types: This property is valid for all mark types.
    Valid values: true or false
    Default value: true

    ImageGear for .NET name: Visible
    NotateXpress (version 10) name: Visible

    See Also