Important: The information in this document is obsolete and should not be used for new development.
Displaying and Customizing the Print Dialog Boxes
The style and job dialog boxes allow the user to tell your application how to print the document: its page orientation, number of copies, page range, and so on. ThePrStlDialog
andPrJobDialog
functions display the standard style and job dialog boxes as provided by the resource file of the current printer driver. ThePrDlgMain
function, along with thePrStlInit
andPrJobInit
functions, allows you to customize the current printer driver's style and job dialog boxes.The
PrJobMerge
procedure allows you to use one job dialog box for several print jobs, such as when the user prints several documents from the Finder.
Subtopics
- PrStlDialog
- PrJobDialog
- PrDlgMain
- PrStlInit
- PrJobInit
- PrJobMerge