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

In This Topic
    MinLinesInFirstParagraph Property
    In This Topic
    Gets or sets the minimum number of lines on the last page (or at the ending of the first paragraph on the next page) to prevent widows.
    Syntax
    'Declaration
     
    Public Property MinLinesInFirstParagraph As System.Integer
    public System.int MinLinesInFirstParagraph {get; set;}
    See Also