Important: The information in this document is obsolete and should not be used for new development.
Printing a Document
In addition to using thePrOpen
andPrClose
procedures (described on page 9-54 and page 9-55, respectively) to open and close the current printer driver, you must open a printing graphics port for a document and open each page of the document before printing the page. You must close each page after printing it, and you must close the printing graphics port after printing the last page of the document. ThePrOpenDoc
function andPrCloseDoc
procedure open and close the printing graphics port for the document, and thePrOpenPage
andPrClosePage
procedures open and close the current page.You must use the
PrPicFile
procedure to complete printing for a driver using deferred printing.
Subtopics
- PrOpenDoc
- PrCloseDoc
- PrOpenPage
- PrClosePage
- PrPicFile