ImageGear .NET v24.12 - Updated
FontCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : FontCount Property
Gets a total count of fonts in the internal container.
Syntax
'Declaration
 
Public ReadOnly Property FontCount As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim value As Integer
 
value = instance.FontCount
public int FontCount {get;}
public: __property int get_FontCount();
public:
property int FontCount {
   int get();
}

Property Value

Non-negative integer number.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members