ImageGear .NET v24.12 - Updated
visible Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > Mark class : visible Property
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

Reference

Mark class
Mark Members