ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_visible() : Boolean function set_visible(value : Boolean) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.get_visible(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_visible() : Boolean function set_visible(value : Boolean) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.get_visible(); |
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