ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / GetBlocks Method

In This Topic
    GetBlocks Method
    In This Topic
    Gets the blocks.
    Syntax
    'Declaration
     
    Public Function GetBlocks() As IEnumerable(Of RText.Line)
    public IEnumerable<RText.Line> GetBlocks()
    See Also