StarPrinterEmulation
Represents Printer Emulations.
This is used as an argument to the MarkupUtil class method.
NameSpace: StarMicronics.StarDocumentMarkup
Syntax
public enum StarPrinterEmulation
Fields
Name |
Description |
---|---|
StarPRNTCore |
This can be specified for printing job data that can be used for both of the star line emulation printer and the starprnt emulation printer.
This corresponds to the MIME type application/vnd.star.starprntcore in the CloudPRNT protocol.
|
StarPRNT |
StarPRNT emulation
This corresponds to the MIME type application/vnd.star.starprnt in the CloudPRNT protocol.
|
StarLine |
Star Line emulation
This corresponds to the MIME type application/vnd.star.line in the CloudPRNT protocol.
|
StarDot |
Star emulation (Dot matrix printer)
This corresponds to the MIME type application/vnd.star.linematrix in the CloudPRNT protocol.
|