Enum MediaType
Specifies the type of media being used in the printer.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum MediaType
Fields
DirectThermal
This media is heat sensitive and requires no ribbon.
Declaration
DirectThermal = 1
Field Value
Type | Description |
---|---|
MediaType |
ThermalTransfer
This media uses a high-carbon black or colored ribbon. The ink on the ribbon is bonded to the media.
Declaration
ThermalTransfer = 0
Field Value
Type | Description |
---|---|
MediaType |