ImageGear .NET v24.12 - Updated
type Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > Mark class : type Property
Specifies the type of a mark.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_type() : MarkType
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMark.get_type();
Remarks

This read-only property specifies the type of a mark. Once you have created a mark, you cannot change its type. The only way to determine the type of a mark is to indicate the type as a paratemeter to the object's constructor.

Mark types: This property is valid for all mark types.
Valid values: Any member of the MarkType enumeration.

ImageGear for .NET name: Type
NotateXpress (version 10) name: N/A (Available via .NET's type system.)

See Also

Reference

Mark class
Mark Members