Printer Routines

Restriction: .NET COBOL applications can only use the printer routines described in this section if they are built targeting .NET Framework. The printer routines are currently not supported in .NET COBOL applications targeting .NET 6 or later.
Tip: When deploying COBOL applications in a .NET environment, you can optimize printing by adding Switch.System.Drawing.Printing.OptimizePrintPreview=true to your application configuration file; see Printing Performance for .NET Deployed COBOL Applications for more information.

The printer handling routines enable greater control over printing than the standard COBOL syntax.