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.
[Visual Basic]
Public Enum LinePrinter.OrphanMode
[C#]
public enum LinePrinter.OrphanMode
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. |
Namespace: Honeywell.Mobility.Print
Assembly: Honeywell.Mobility.Print.LinePrinter.dll