C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderRichText Class / TextLength Property

In This Topic
TextLength Property (RenderRichText)
In This Topic
Gets the "real" length of the text assigned to the Rtf property. Only the actual text characters are counted, RTF tags are not included in the count.
Syntax
'Declaration
 
Public ReadOnly Property TextLength As Integer
 
See Also