ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / CharCount Property




In This Topic
    CharCount Property
    In This Topic
    Gets the number of characters in the text object.
    Syntax
    'Declaration
     
    Public ReadOnly Property CharCount As Integer
    'Usage
     
    Dim instance As ImGearPDEText
    Dim value As Integer
     
    value = instance.CharCount
    public int CharCount {get;}
    public: __property int get_CharCount();
    public:
    property int CharCount {
       int get();
    }

    Property Value

    Integer value.
    See Also