Command

Description

Print_End()

Terminates the print job.

Print_Init()

Starts a printing session.

PrintLineFeed()

Advances printing to a new line or allows a font change on the current line.

PrintNewPage()

Inserts a page break.

PrintPageStatus()

Returns the number of lines to the end of page.

PrintRect()

Prints a rectangle relative to the page, beginning at the top left and extending to the bottom right coordinate of the rectangle measured in inches.

PrintSetBrush()

Sets the style, hatch, and color of the brush as defined by the Windows SDK.

Print_SetFont()

Sets the font for the text to be printed.

Print_SetFooter()

Sets the page footer print and font.

Print_SetHeader()

Sets the page header print and font.

PrintSetMargins()

Sets the margins for the page to be printed for the printable area of the page.

PrintSetPen()

Sets the style, width, and color of the pen as defined by the Windows SDK

Print_Text()

Outputs a single line of text to the printer.

  • No labels