Partager via


ReceiptPrinterCapabilities.SupportedCharactersPerLine Propriété

Définition

Obtient une collection des largeurs de ligne en caractères par ligne que la station d’impression de reçu prend en charge.

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)

Valeur de propriété

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Collection des largeurs de ligne en caractères par ligne que la station d’impression de reçu prend en charge.

Implémente

S’applique à

Voir aussi