LineNumbers, ParagraphNumbers properties
Applies to
TPlusMemoPrinter component
Declaration
property LineNumbers: Boolean;
property ParagraphNumbers: Boolean;
Description
If LineNumbers is True, line numbers appear at left on the printout. Similarly, if ParagraphNumbers is True, paragraph numbers appear on the left. Note that ParagraphNumbers take precedence over LineNumbers.
The default value for both of these properties is False. The first number printed is controlled by property StartingLineNumber.