TSRVPrint.PrintFramesEx

<< Click to display table of contents >>

TSRVPrint.PrintFramesEx

Prints one page in the current printing job.

procedure PrintFramesEx(PageNo: Integer);

PageNo – index of the page (from 1).

If PrintMode = srvpPoster, the method prints all frames of this page by calling PrintFrame. For other modes, it prints the specified page.

This method is rarely needed. The main printing methods are Print and PrintPages.