Links
EControl Syntax Editor SDK
TecCustomPrinter.PrintPages Method

Prints specified pages.

procedure PrintPages(FromPage: integer; ToPage: integer; DoRefresh: boolean = False);

ToPage must be greater or equal to FromPage. Page number 1 specifies first page, for example, to print first three pages you have to use PrintPages(1, 3).

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!