ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ArtPage class / markCount Property

In This Topic
    markCount Property
    In This Topic
    Returns the number of marks associated with the ArtPage.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_markCount() : Integer
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfArtPage.get_markCount();
    Remarks

    This read-only property returns the number of marks associated with the ArtPage. If the page has no marks, this property will be zero.

    See Also