ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / TextMetrics Structure / CharsFitted Field

In This Topic
    CharsFitted Field
    In This Topic
    Gets the number of characters fitted within the text layout.
    Syntax
    'Declaration
     
    Public ReadOnly CharsFitted As Integer
    public readonly int CharsFitted

    Field Value

    The number of characters fitted within the text layout as an System.Int32.
    See Also