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

window handle of the calling application



In This Topic
    LlPrintSelectOffsetEx Method
    In This Topic

    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 _
    ) 
    public void LlPrintSelectOffsetEx( 
       IntPtr windowHandle
    )
    public:
    void LlPrintSelectOffsetEx( 
       IntPtr windowHandle
    ) 

    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 7, .NET 8

    See Also