====== Print Functions ====== ^Command^Description^ |[[print_end|Print_End()]]|Terminates the print job.| |[[print_init|Print_Init()]]|Starts a printing session.| |[[printlinefeed|PrintLineFeed()]]|Advances printing to a new line or allows a font change on the current line.| |[[printnewpage|PrintNewPage()]]|Inserts a page break.| |[[printpagestatus|PrintPageStatus()]]|Returns the number of lines to the end of page.| |[[printrect|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|PrintSetBrush()]]|Sets the style, hatch, and color of the brush as defined by the Windows SDK.| |[[print_setfont|Print_SetFont()]]|Sets the font for the text to be printed.| |[[print_setfooter|Print_SetFooter()]]|Sets the page footer print and font.| |[[print_setheader|Print_SetHeader()]]|Sets the page header print and font.| |[[printsetmargins|PrintSetMargins()]]|Sets the margins for the page to be printed for the printable area of the page.| |[[printsetpen|PrintSetPen()]]|Sets the style, width, and color of the pen as defined by the Windows SDK| |[[print_text|Print_Text()]]|Outputs a single line of text to the printer.|