Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphImage Class / TextLength Property

In This Topic
    TextLength Property (ParagraphImage)
    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