Show / Hide Table of Contents

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

CustomPapers

The list of supported custom papers

Declaration
public string[] CustomPapers { get; set; }
Property Value
Type Description
System.String[]

CustomPaperSupport

Whether it supports custom paper

Declaration
public bool CustomPaperSupport { 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

IsFax

Whether it's a fax type printer

Declaration
public bool IsFax { get; set; }
Property Value
Type Description
System.Boolean

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

MediaTypes

The list of supported media types

Declaration
public string[] MediaTypes { get; set; }
Property Value
Type Description
System.String[]

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
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com