共用方式為


SlipPrinterCapabilities.SupportedCharactersPerLine 屬性

定義

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

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>

每一行的線條寬度集合,以每一行名單印表機站所支援的字元為單位。

實作

適用於

另請參閱