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

In This Topic
    HonorLastLineSpacing Property
    In This Topic
    Gets or sets a value indicating whether line spacing for the last line is considered a part of the layout content. The default is false.
    Syntax
    'Declaration
     
    Public Property HonorLastLineSpacing As System.Boolean
    public System.bool HonorLastLineSpacing {get; set;}
    See Also