ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / TextObjectCount Property




In This Topic
    TextObjectCount Property
    In This Topic
    Gets a total count of Text Objects in the chain.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextObjectCount As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim value As Integer
     
    value = instance.TextObjectCount
    public int TextObjectCount {get;}
    public: __property int get_TextObjectCount();
    public:
    property int TextObjectCount {
       int get();
    }

    Property Value

    Non-negative integer value.
    See Also