Print Method


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declaration

procedure Print(FromPage, ToPage: integer);

Description

Print prints the current document starting with FromPage and ending with ToPage. Pages start at page 1.

Example

Viewer.Print(1, 9999);

will print the entire document.

See Also:

OpenPrint, and ClosePrint methods