Class PrinterInfo
Represents printer information.
Inheritance
System.Object
PrinterInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class PrinterInfo
Properties
BIDIEnabled
Whether it supports bidirectional comm
Declaration
public bool BIDIEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Connected
Whether it's connected
Declaration
public bool Connected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Default
Whether it's set as default
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Duplex
Whether it supports duplex printing
Declaration
public bool Duplex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Icon
The printer icon
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLocal
Whether it's local
Declaration
public bool IsLocal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNetwork
Whether it's network
Declaration
public bool IsNetwork { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsShared
Whether it's shared
Declaration
public bool IsShared { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The printer name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Papers
The list of supported papers
Declaration
public string[] Papers { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Port
The printer port
Declaration
public string Port { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Trays
The list of supported trays/bins
Declaration
public string[] Trays { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
XDPI
The horizontal resolution
Declaration
public int XDPI { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
YDPI
The vertical resolution
Declaration
public int YDPI { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |