ImageGear .NET v25.1 - Updated
ViewCount Property (ImGearVectPage)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectPage Class : ViewCount Property
Gets total count of views in the drawing.
Syntax
'Declaration
 
Public ReadOnly Property ViewCount As Integer
'Usage
 
Dim instance As ImGearVectPage
Dim value As Integer
 
value = instance.ViewCount
public int ViewCount {get;}
public: __property int get_ViewCount();
public:
property int ViewCount {
   int get();
}

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectPage Class
ImGearVectPage Members