Printer Routines

The printer handling routines enable greater control over printing than the standard COBOL syntax.

PC_PRINT_FILE Print a file
PC_PRINTER_CLOSE Close a printer channel
PC_PRINTER_CONTROL Send a printer command to a printer
PC_PRINTER_DEFAULT_FONT Set the default font for all PC_PRINTER_ routines.
PC_PRINTER_DEFAULT_NAME Set the default printer for all PC_PRINTER_ routines.
PC_PRINTER_DEFAULT_PROPERTIES Set one or more of the properties of the default printer for all PC_PRINTER_ routines.
PC_PRINTER_FREE_BMP Free bitmap from memory
PC_PRINTER_GET_COLOR Get printer color
PC_PRINTER_GET_FONT Get printer font
PC_PRINTER_INFO Get printer information
PC_PRINTER_LOAD_BMP Load bitmap into memory
PC_PRINTER_OPEN Open a printer channel
PC_PRINTER_REDIRECTION_PROC Register a user function to be called when a program uses OPEN OUTPUT syntax.
PC_PRINTER_SET_COLOR Set printer color
PC_PRINTER_SET_DEFAULT Set a process-wide default printer
PC_PRINTER_SET_FONT Set printer font
PC_PRINTER_WRITE Write text to a printer
PC_PRINTER_WRITE_BMP Write bitmap to a printer

Related Topics: