ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / FormatText Method / FormatText(GraphicsCache,Single) Method

In This Topic
    FormatText(GraphicsCache,Single) Method
    In This Topic
    FormatText Uses textruns to go through m_text and creates LineDesc
    Syntax
    'Declaration
     
    Public Overloads Sub FormatText( _
       ByVal cache As GraphicsCache, _
       ByVal docWidth As Single _
    ) 
    public void FormatText( 
       GraphicsCache cache,
       float docWidth
    )

    Parameters

    cache
    docWidth
    See Also