SlipPrintJob.DrawRuledLine 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인쇄 작업에 지침을 추가하여 슬립 프린터 스테이션의 용지에 그려진 눈금선을 인쇄합니다.
public:
virtual void DrawRuledLine(Platform::String ^ positionList, PosPrinterLineDirection lineDirection, unsigned int lineWidth, PosPrinterLineStyle lineStyle, unsigned int lineColor) = DrawRuledLine;
void DrawRuledLine(winrt::hstring const& positionList, PosPrinterLineDirection const& lineDirection, uint32_t const& lineWidth, PosPrinterLineStyle const& lineStyle, uint32_t const& lineColor);
public void DrawRuledLine(string positionList, PosPrinterLineDirection lineDirection, uint lineWidth, PosPrinterLineStyle lineStyle, uint lineColor);
function drawRuledLine(positionList, lineDirection, lineWidth, lineStyle, lineColor)
Public Sub DrawRuledLine (positionList As String, lineDirection As PosPrinterLineDirection, lineWidth As UInteger, lineStyle As PosPrinterLineStyle, lineColor As UInteger)
매개 변수
- positionList
-
String
Platform::String
winrt::hstring
규칙선의 위치 매개 변수입니다. positionList의 문자 문자열은 lineDirection이 가로 눈금선 또는 세로 눈금선을 지정하는지에 따라 다릅니다.
- lineDirection
- PosPrinterLineDirection
규칙을 적용한 선을 인쇄할 방향입니다.
- lineWidth
-
UInt32
unsigned int
uint32_t
인쇄할 규칙선의 너비입니다. 너비 단위는 점입니다. 지원되지 않는 값을 지정하면 프린터에 가장 적합한 값이 사용됩니다.
- lineStyle
- PosPrinterLineStyle
선이 단색인지 끊어졌는지, 단일 또는 이중인지와 같은 규칙선의 모양입니다.
- lineColor
-
UInt32
unsigned int
uint32_t
ClaimedSlipPrinter.ColorCartridge 속성에 사용된 카트리지 상수의 값과 같은 정수 값인 규칙선의 색입니다. 지원되지 않는 값을 지정하면 인쇄 결과를 예측할 수 없습니다.
구현
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(System.String,Windows.Devices.PointOfService.PosPrinterLineDirection,System.UInt32,Windows.Devices.PointOfService.PosPrinterLineStyle,System.UInt32)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(Platform::String,Windows.Devices.PointOfService.PosPrinterLineDirection,unsigned int,Windows.Devices.PointOfService.PosPrinterLineStyle,unsigned int)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.DrawRuledLine(winrt::hstring,Windows.Devices.PointOfService.PosPrinterLineDirection,uint32_t,Windows.Devices.PointOfService.PosPrinterLineStyle,uint32_t)