Click or drag to resize

ZebraPrinterFilter Class

DiscoveredPrinterFilter implementation that filters out all unsupported Zebra Printers.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Printer.DiscoveryZebraPrinterFilter

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public class ZebraPrinterFilter : DiscoveredPrinterFilter

The ZebraPrinterFilter type exposes the following members.

Constructors
  NameDescription
Public methodZebraPrinterFilter
Initializes a new instance of the ZebraPrinterFilter class
Top
Methods
  NameDescription
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodShouldAddPrinter
Determines if the discoveredPrinter is a supported Zebra Printer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also