Show / Hide Table of Contents

Class ScannerInfo

Represents scanner information.

Inheritance
System.Object
ScannerInfo
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 ScannerInfo

Properties

ControlledByUI

Whether it's controlled by a UI

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

Duplex

Whether it supports duplex

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

Feeder

Whether it supports feeder

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

Manufacturer

The printer's manufacturer name.

Declaration
public string Manufacturer { get; set; }
Property Value
Type Description
System.String

Name

The scanner name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Status

The printer's current status.

Declaration
public string Status { 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