Class InstalledPrinter
It represents a printer installed in the client machine with an associated OS driver.
Inherited Members
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class InstalledPrinter : ClientPrinter
Properties
AutoDetectRawModeDataType
Gets or sets whether to automatically detect Raw Mode Data Type based on the Windows printer driver model. Default is false.
Declaration
public bool AutoDetectRawModeDataType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DriverModel
Gets or sets the Windows driver model to use; set to 3 for driver model V3 or set to 4 for driver model V4. Default value is zero.
Declaration
public int DriverModel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Duplex
Gets or sets the printer's double-sided (duplex) printing capability. Default is the current printer's driver setting.
Declaration
public Duplex Duplex { get; set; }
Property Value
Type | Description |
---|---|
Duplex |
Id
Declaration
public override byte Id { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Overrides
PaperName
Gets or sets the name of the Paper supported by the client printer. Default value is an empty string.
Declaration
public string PaperName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrinterName
Gets or sets the name of the printer installed in the client machine. Default value is an empty string.
Declaration
public string PrinterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrintToDefaultIfNotFound
Gets or sets whether to print to Default printer in case of the specified one is not found or missing. Default is False.
Declaration
public bool PrintToDefaultIfNotFound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TrayName
Gets or sets the name of the tray supported by the client printer. Default value is an empty string.
Declaration
public string TrayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |