LlPrint

Syntax:

INT LlPrint (HLLJOB hJob);

Task:

Output of all objects on the printer.

Parameter:

hJob: List & Label job handle

Return Value:

Error code

Hints:

Normal objects and the header of a table object (see option LL_OPTION_­DELAY­TABLEHEADER) are printed. A table object has to be filled with calls of LlPrintFields() afterwards. LlPrint is responsible for a page break.

Label/card projects: As long as LlPrint() returns LL_WRN_REPEAT_DATA, LlPrint() must be called again, so objects that have caused a page break must be printed again on the next label /page.

This function is described explicitly in the chapter "Further Programming Basics"

See also:

LlPrintFields, LlPrintEnableObject