Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextSplitOptions Class / MinLinesInLastParagraph Property

In This Topic
    MinLinesInLastParagraph Property
    In This Topic
    Gets or sets the minimum number of lines that must appear at the beginning of the last paragraph to prevent orphans.
    Syntax
    'Declaration
     
    Public Property MinLinesInLastParagraph As System.Integer
    public System.int MinLinesInLastParagraph {get; set;}
    See Also