ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / LayerCount Property




In This Topic
    LayerCount Property (ImGearVectorData)
    In This Topic
    Gets the total count of layers in the internal container.
    Syntax
    'Declaration
     
    Public ReadOnly Property LayerCount As Integer
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As Integer
     
    value = instance.LayerCount
    public int LayerCount {get;}
    public: __property int get_LayerCount();
    public:
    property int LayerCount {
       int get();
    }

    Property Value

    Any integer number.
    See Also