combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlSetPrinterInPrinterFile Method / LlSetPrinterInPrinterFile(LlProject,String,LlPrinterIndex,PrinterSettings,PageSettings) Method
Project type. See LlProject.
Project file name.
Printer index.
PrinterSettings instance that should be applied
PageSettings instance that should be applied


LlSetPrinterInPrinterFile(LlProject,String,LlPrinterIndex,PrinterSettings,PageSettings) Method
Syntax
'Declaration
 
Public Overloads Sub LlSetPrinterInPrinterFile( _
   ByVal projectType As LlProject, _
   ByVal projectFile As String, _
   ByVal printerIndex As LlPrinterIndex, _
   ByVal printerSettings As PrinterSettings, _
   ByVal pageSettings As PageSettings _
) 
 

Parameters

projectType
Project type. See LlProject.
projectFile
Project file name.
printerIndex
Printer index.
printerSettings
PrinterSettings instance that should be applied
pageSettings
PageSettings instance that should be applied
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