Click or drag to resize

ZebraPrinterFactory Class

A factory used to acquire an instance of a ZebraPrinter.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterZebraPrinterFactory

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public class ZebraPrinterFactory

The ZebraPrinterFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateLinkOsPrinter(ZebraPrinter)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features.
Public methodStatic memberCreateLinkOsPrinter(ZebraPrinter, LinkOsInformation)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features.
Public methodStatic memberCreateLinkOsPrinter(ZebraPrinter, PrinterLanguage)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features.
Public methodStatic memberCreateLinkOsPrinter(ZebraPrinter, LinkOsInformation, PrinterLanguage)
Create a wrapper around a Zebra printer that provides access to Link-OS™ features.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetInstance(Connection)
Factory method to create the correct ZebraPrinter concrete class based on the printer's control language.
Public methodStatic memberGetInstance(String, Connection)
Factory method to create the correct ZebraPrinter concrete class based on the printer's control language.
Public methodStatic memberGetInstance(PrinterLanguage, Connection)
Factory method to create the correct ZebraPrinter concrete class based on the printer's control language.
Public methodStatic memberGetLinkOsPrinter(Connection)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features.
Public methodStatic memberGetLinkOsPrinter(Connection, LinkOsInformation)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features.
Public methodStatic memberGetLinkOsPrinter(Connection, PrinterLanguage)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features.
Public methodStatic memberGetLinkOsPrinter(Connection, LinkOsInformation, PrinterLanguage)
Create Link-OS™ Zebra printer from a connection that provides access to Link-OS™ features.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also