共用方式為


ReceiptPrinterCapabilities.SupportedCharactersPerLine 屬性

定義

取得收據印表機站所支援每一行字元的行寬集合。

public:
 property IVectorView<unsigned int> ^ SupportedCharactersPerLine { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedCharactersPerLine();
public IReadOnlyList<uint> SupportedCharactersPerLine { get; }
var iVectorView = receiptPrinterCapabilities.supportedCharactersPerLine;
Public ReadOnly Property SupportedCharactersPerLine As IReadOnlyList(Of UInteger)

屬性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

收據印表機站所支援每一行字元的行寬集合。

實作

適用於

另請參閱