LlPrintSelectOffsetEx

Syntax:

INT LlPrintSelectOffsetEx (HLLJOB hJob, HWND hWnd);

Task:

Opens a dialog in which the user can choose the first label's position in the label array.

Parameter:

hJob: List & Label job handle

hWnd: Window handle of the calling application

Return Value:

Error code

Hints:

Not applicable for list projects!

Default values can be defined with LlPrintSetOption(). This function must be called after LlPrintStart() / LlPrintWithBoxStart() but before calling LlPrint() for the first time.

The offset can be set and read via LL_PRNOPT_OFFSET.

The dialog is the same as the one offered by the LlPrintOptionsDialog[Title]().

The return value is in the range of 0 to (MAX_X*MAX_Y-1).

See also:

LlPrintOptionsDialog