Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.02 KB

ireceiptorslipjob_drawruledline_1309666666.md

File metadata and controls

37 lines (26 loc) · 2.02 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(System.String,Windows.Devices.PointOfService.PosPrinterLineDirection,System.UInt32,Windows.Devices.PointOfService.PosPrinterLineStyle,System.UInt32)
winrt method
xbox

Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine

-description

Adds an instruction to the print job to print a drawn, ruled line on the paper of the receipt or slip printer station.

-parameters

-param positionList

The position parameters for the ruled line. The character string for positionList differs depending on whether lineDirection specifies a horizontal ruled line or a vertical ruled line.

-param lineDirection

The direction in which to print the ruled line.

-param lineWidth

The width of the ruled line that the printer station should print. The unit of width is dot. If an unsupported value is specified, the best fit value for the printer station is used.

-param lineStyle

The appearance of the ruled line, such as whether it is solid or broken, or single or double.

-param lineColor

The color of the ruled line, as an integer value that is equal to the value of the cartridge constant used in the ICommonClaimedPosPrinterStation.ColorCartridge property. If an unsupported value is specified, the printing results may be unpredictable.

-remarks

-examples

-see-also

ReceiptPrintJob.DrawRuledLine, SlipPrintJob.DrawRuledLine, ICommonClaimedPosPrinterStation.ColorCartridge, PosPrinterLineDirection, PosPrinterLineStyle