combit List & Label 30 - .NET Help
combit.Reporting Namespace / PreviewFile Class / Print Method / Print(String,String,Int32,Int32,Int32,LlStgsysPrintFlag,String,IntPtr) Method

Name of the printer to be used for the first page

Name of the printer to be used for the following pages

Index of the first page to print

Index of the last page to print

Number of copies

Various flags.

Will be shown in the title of the optional meter dialog and is also used as document name for the print job. If NULL, the entry from the preview file (parameter of LlPrintStart()) is being used.

Window handle to be used as parent for the meter dialog.



Print(String,String,Int32,Int32,Int32,LlStgsysPrintFlag,String,IntPtr) Method
Syntax

Parameters

printerName1

Name of the printer to be used for the first page

printerName2

Name of the printer to be used for the following pages

startPageIndex

Index of the first page to print

endPageIndex

Index of the last page to print

copies

Number of copies

flags

Various flags.

title

Will be shown in the title of the optional meter dialog and is also used as document name for the print job. If NULL, the entry from the preview file (parameter of LlPrintStart()) is being used.

windowHandle

Window handle to be used as parent for the meter dialog.

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