共用方式為


IReceiptOrSlipJob.DrawRuledLine 方法

定義

將指令新增至列印工作,以列印收據或名單印表機站紙張上繪製的尺規線。

public:
 void DrawRuledLine(Platform::String ^ positionList, PosPrinterLineDirection lineDirection, unsigned int lineWidth, PosPrinterLineStyle lineStyle, unsigned int lineColor);
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

尺規線的色彩,做為整數值,等於 ICommonClaimedPosPrinterStation.ColorCartridge 屬性中所使用的輸入常數值。 如果指定了不支援的值,列印結果可能會無法預測。

適用於

另請參閱