PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / Style Class / MinOrphanLines Property

In This Topic
    MinOrphanLines Property (Style)
    In This Topic
    Gets or sets the minimum number of orphan text lines allowed on a page before or after a page break.
    Syntax
    'Declaration
     
    Public Property MinOrphanLines As Integer
    public int MinOrphanLines {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is 0.

    See Also