ReceiptPrinterCapabilities.SupportedCharactersPerLine Property

Definition

Gets a collection of the line widths in characters per line that the receipt printer station supports.

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)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

A collection of the line widths in characters per line that the receipt printer station supports.

Implements

Applies to

See also