ImageGear .NET v24.12 - Updated
LayerCount Property (ImGearVectorData)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : LayerCount Property
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

Reference

ImGearVectorData Class
ImGearVectorData Members