combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintSelectOffsetEx Method

window handle of the calling application



LlPrintSelectOffsetEx Method

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

Syntax
'Declaration
 
Public Sub LlPrintSelectOffsetEx( _
   ByVal windowHandle As IntPtr _
) 
 

Parameters

windowHandle

window handle of the calling application

Remarks

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 by LlPrintSetOption(hJob,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).

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also