LinePrinter.OrphanMode Method

Enumeration that is used in preventing orphan lines from being printed on a page. Orphan lines are lines that should be grouped with other printed lines but were not because of a page break.

Syntax

[Visual Basic]
Public Enum LinePrinter.OrphanMode
[C#]
public enum LinePrinter.OrphanMode

Members

OM_CURRENT If the lines will fit on the current page, then NoOrphan() does nothing. Otherwise a form feed is used to place the next line at the top of the page.
OM_BOTTOM The printer is positioned so that there will be a certain number or lines left on the page.

Requirements

Namespace: Honeywell.Mobility.Print

Assembly: Honeywell.Mobility.Print.LinePrinter.dll

Exceptions

LinePrinterException Class

More Information

LinePrinter Class