SlipPrinterCapabilities.SupportedCharactersPerLine プロパティ

定義

スリップ プリンター ステーションでサポートされている 1 行あたりの文字数の行幅のコレクションを取得します。

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

プロパティ値

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

スリップ・プリンター・ステーションがサポートする 1 行あたりの行幅 (文字単位) のコレクション。

実装

適用対象

こちらもご覧ください