Show / Hide Table of Contents

Class NetworkPrinter

It represents a Network IP/Ethernet printer which can be reached from the client machine.

Inheritance
System.Object
ClientPrinter
NetworkPrinter
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 NetworkPrinter : ClientPrinter

Properties

DnsName

Gets or sets the DNS name assigned to the printer. Default is an empty string

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

Id

Declaration
public override byte Id { get; }
Property Value
Type Description
System.Byte
Overrides
ClientPrinter.Id

IPAddress

Gets or sets the Internet Protocol (IP) address assigned to the printer. Default value is null (Nothing)

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

Port

Gets or sets the port number assigned to the printer. Default value is 0

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com