combit List & Label 30 - .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)



LlPrinterSetup Method

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 _
) 
 

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

See Also