ImageGear .NET - Updated
MarkCount Property (ImGearARTPage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : MarkCount Property
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

Reference

ImGearARTPage Class
ImGearARTPage Members