Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1002 Bytes

posprinterlinestyle.md

File metadata and controls

35 lines (24 loc) · 1002 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Devices.PointOfService.PosPrinterLineStyle
winrt enum
xbox

PosPrinterLineStyle

-description

Describes the line styles that a receipt or slip printer station can use to print a ruled line.

-enum-fields

-field SingleSolid:0

Prints a continuous solid line.

-field DoubleSolid:1

Prints a continuous solid line of double the normal thickness.

-field Broken:2

Prints a sequence of short lines separated by spaces.

-field Chain:3

Prints a sequence of short lines separated by a space, then followed by a very short line, followed by a space, then followed by a short line again.

-remarks

-examples

-see-also

ReceiptPrintJob.DrawRuledLine, SlipPrintJob.DrawRuledLine, IReceiptOrSlipJob.DrawRuledLine