ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextItem Class / TextLength Property




In This Topic
    TextLength Property
    In This Topic
    Gets a text length for a text item, in bytes.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextLength As Integer
    'Usage
     
    Dim instance As ImGearPDETextItem
    Dim value As Integer
     
    value = instance.TextLength
    public int TextLength {get;}
    public: __property int get_TextLength();
    public:
    property int TextLength {
       int get();
    }

    Property Value

    Integer value.
    See Also