DXPrinterSettings.PrinterName Property
Specifies the name of the printer where the document is sent.
Namespace: DevExpress.Drawing.Printing
Assembly: DevExpress.Drawing.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String that is the printer name. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PrinterName |
---|---|---|
Cross-Platform Class Library | PrintDocumentEventArgs |
|
Office File API | PdfPrinterSettings |
|
Remarks
Set the PrinterName
to the name that is used in CUPS. In MacOS, it is the Device name value. Do not use PrinterDisplayName.
See Also