Links
EControl Syntax Editor SDK
ecPrint.TLineNumbersPos Enumeration

Defines position of line numbers.

TLineNumbersPos = (
  lnpNone,
  lnpLeft,
  lnpRight,
  lnpOddLeft,
  lnpOddRight
);

ecPrint

Members 
Description 
lnpNone 
Line numbers are non printed. 
lnpLeft 
Line numbers are printed to the left from text. 
lnpRight 
Line numbers are printed to the right from text. 
lnpOddLeft 
Line numbers are printed to the left from text on odd pages and to the right on even pages. 
lnpOddRight 
Line numbers are printed to the right from text on odd pages and to the left on even pages. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!