ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / GetLogicalLines Method
line number cut off(iteration starts from this line)

In This Topic
    GetLogicalLines Method
    In This Topic
    Returns an array of lines that are "logically" together. GetLines() splits the entire text based on width. GetLines() >= GetLogicalLines()
    Syntax
    'Declaration
     
    Public Function GetLogicalLines( _
       ByVal clipLineCutoff As Integer _
    ) As String()
    public string[] GetLogicalLines( 
       int clipLineCutoff
    )

    Parameters

    clipLineCutoff
    line number cut off(iteration starts from this line)
    See Also