Enum PdfPrintingBackend
- Namespace
- combit.Reporting.Printing.Pdf
- Assembly
- combit.ListLabel31.CrossPlatform.Printing.Pdf.dll
Identifies which platform print backend PdfPrintService uses to deliver a PDF document to a printer.
public enum PdfPrintingBackend
Fields
Default = 0Uses the platform's default backend. This preserves the historical behavior: the GDI backend on Windows, the IPP backend on Linux, and the
lprbackend on macOS.Gdi = 1Uses the Windows Win32/GDI backend. Supported on Windows only.
Ipp = 2Uses an Internet Printing Protocol (IPP) backend. Supported on Windows and Linux.
Remarks
The selected backend is resolved against the current operating system: