Class PrinterDevice
Represents a printer device (windows printer)
Inheritance
System.Object
PrinterDevice
Namespace: Simplic.Printing
Assembly: Simplic.Printing.dll
Syntax
public class PrinterDevice : UI.MVC.ViewModelBase
Constructors
| Improve this Doc View SourcePrinterDevice(String)
Create printerdevice and initialize basic settings
Declaration
public PrinterDevice(string queueName)
Parameters
Type | Name | Description |
---|---|---|
System.String | queueName | Name of the printer on the current maschine |
Properties
| Improve this Doc View SourceQueueName
Name of the printer queue
Declaration
public string QueueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
Get or set the settings for the current printer
Declaration
public PrinterSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Printing.PrinterSettings |