PrintDocumentEventArgs.PrinterSettings Property
Provides access to the corresponding printer settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
DXPrinterSettings | A printer settings. |
Remarks
This property works both for Windows and non-Windows environments. Take into account the following aspects for non-Windows environments:
- To support server printing on Linux, install the libcups library.
- Your print server should be located on a local machine.
- You can print only from a local print server, but both local and network printers are supported.
- Printer authentication is not supported.
- The printer should support PostScript or PDF rasterization.
We cannot validate whether your printer supports all options you specify. The printer may ignore unsupported options.
See Also