LlPrintGetItemsPerPage

Syntax:

INT LlPrintGetItemsPerPage (HLLJOB hJob);

Task:

Returns the number of labels on a page (no. of columns * no. of lines).

Parameter:

hJob: List & Label job handle

Return Value:

<0: error code
>=0: number of labels

Hints:

1 is always returned for LL_PROJECT_LIST.

Can be used to calculate the total number of output pages. See hints in the programming part of this manual.

See also:

LlPrintGetItemsPerTable