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

window handle of the calling program

Value

Meaning

LlProject.Label

for labels

LlProject.Card

for cards

LlProject.List

for lists

valid project file name (including path)



In This Topic
    LlPrinterSetup Method
    In This Topic

    Opens a printer selection window and saves the user's selection in the printer definition file.

    Syntax
    'Declaration
     
    
    Public Sub LlPrinterSetup( _
       ByVal windowHandle As IntPtr, _
       ByVal projectType As LlProject, _
       ByVal projectFile As String _
    ) 
    public void LlPrinterSetup( 
       IntPtr windowHandle,
       LlProject projectType,
       string projectFile
    )
    public:
    void LlPrinterSetup( 
       IntPtr windowHandle,
       LlProject projectType,
       String^ projectFile
    ) 

    Parameters

    windowHandle

    window handle of the calling program

    projectType

    Value

    Meaning

    LlProject.Label

    for labels

    LlProject.Card

    for cards

    LlProject.List

    for lists

    projectFile

    valid project file name (including path)

    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