Click or drag to resize

PrintType Enumeration

Specifies the type of print to be performed for the given image data.

Namespace:  Zebra.Sdk.Card.Enumerations
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public enum PrintType
Members
  Member nameValueDescription
Color0 24bpp image that will be printed on the yellow, magenta, and cyan ribbon panels.
MonoUV1 1bpp image that will be printed on the UV ribbon panel.
MonoK2 1bpp image that will be printed on a monochrome ribbon panel.
WhiteResin3 1bpp image that will be printed on the white resin (Wr) ribbon panel.
Overlay4 1bpp image to be printed on the overlay (O) or laminate (L) ribbon panel.
PrintType.Overlay used in conjunction with GraphicType.NA will produce full overlay coverage.
GrayUV5 8bpp image that will be printed on the UV ribbon panel.
For ZMotif Series printers only.
GrayDye6 8bpp image that will be printed on a monochrome ribbon panel.
Inhibit7 1bpp image that masks out an area to 'inhibit' printing.
For ZMotif Series 8 and 9 only.
Specified area will not be printed on.
Helper8 Specifies that the ribbon helper (H) or dye receptive (D) panel should be used when printing the job.
Must be used in conjunction with GraphicType.NA.
GrayGhost9 8bpp image that will be printed on the ghost panel.
For ZMotif Series 7 printers only.
MonoGhost10 1bpp image that will be printed on the ghost panel.
For ZMotif Series 7 printers only.
SilverResin11 1bpp image that will be printed on the silver resin (Sr) ribbon panel.
Pearl12 1bpp image that will be printed on the pearlescent (P) ribbon panel.
See Also