Parameters
- windowHandle
window handle of the calling program
- title
dialog title
- text
text to be shown in the dialog, e.g. "55 labels will be printed"
window handle of the calling program
dialog title
text to be shown in the dialog, e.g. "55 labels will be printed"
Calls a print option selection window and enables the user to select print specific settings.
window handle of the calling program
dialog title
text to be shown in the dialog, e.g. "55 labels will be printed"
The following settings can be made:
Default values can be defined with LlPrintSetOption(). This function must be called after LlPrintStart() / LlPrintWithBoxStart() but before calling LlPrint() for the first time. The number of copies might have to be evaluated by the programmer as some printer drivers do not have the corresponding function implemented. The function LlPrinterSetup(...) offers the possibility of calling a print selection dialog without further settings.
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