ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarkCount Property




In This Topic
    MarkCount Property (ImGearARTPage)
    In This Topic
    Gets the marks count in the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property MarkCount As Integer
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As Integer
     
    value = instance.MarkCount
    public int MarkCount {get;}
    public: __property int get_MarkCount();
    public:
    property int MarkCount {
       int get();
    }

    Property Value

    Integer value.
    See Also