TextLength Property (ParagraphText)
In This Topic
Gets the length of the current paragraph object in characters. For non-text objects (
ParagraphImage), this property returns
1.
Syntax
'Declaration
Public ReadOnly Property TextLength As Integer
public int TextLength {get;}
See Also