Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / ContentWithWhitespaceBounds Property

In This Topic
    ContentWithWhitespaceBounds Property
    In This Topic
    Get the rectangle of the formatted text, taking into account the trailing whitespace at the end of each line.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContentWithWhitespaceBounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF ContentWithWhitespaceBounds {get;}
    See Also