ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectPage Class / ViewCount Property




In This Topic
    ViewCount Property (ImGearVectPage)
    In This Topic
    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