Name | Unit | Description |
---|---|---|
TMPPrintDialogExOption | MPPrintDialogEx | dialog options: - poDisableCurrentPage: disables (grays) the current page check box. - poDisablePrintToFile: disables (grays) the print to file check box. (applicable only if the poprinttofile flag is set.) - poHelp: displays a help button in the dialog. seems not to work, so it's not used. - poPageNums: enables the pages radio button, allowing the user to specify a page range. - poPrintToFile: displays a print to file check box in the dialog. - poSelection: enables the selection radio button, allowing the user to print selected (highlighted) text. - poWarning: generates a warning message if the user tries to send a job to an uninstalled printer. |
TMPPrintDialogExOptions | MPPrintDialogEx | see TMPPrintDialogExOption |
TMPPrintDialogExRange | MPPrintDialogEx | print range: - prAllPages: the all radio button is selected. - prCurrentPage: the current page radio button is selected. - prSelection: the selection radio button is selected. - prPageNums: the pages radio button is selected. |