Back to Devexpress

PrintDocumentEventArgs.PrinterSettings Property

corelibraries-devexpress-dot-xtraprinting-dot-printdocumenteventargs.md

latest1.8 KB
Original Source

PrintDocumentEventArgs.PrinterSettings Property

Provides access to the corresponding printer settings.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public DXPrinterSettings PrinterSettings { get; }
vb
Public ReadOnly Property PrinterSettings As DXPrinterSettings

Property Value

TypeDescription
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

PrintDocumentEventArgs Class

PrintDocumentEventArgs Members

DevExpress.XtraPrinting Namespace