Condividi tramite


ReceiptPrinterCapabilities.SupportedCharactersPerLine Proprietà

Definizione

Ottiene una raccolta delle larghezze di linea in caratteri per riga supportata dalla stazione della stampante di ricevuta.

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)

Valore della proprietà

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Raccolta delle larghezze di linea in caratteri per riga supportate dalla stazione della stampante di ricevuta.

Implementazioni

Si applica a

Vedi anche