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




In This Topic
    FontCount Property
    In This Topic
    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