Condividi tramite


JournalPrinterCapabilities.SupportedCharactersPerLine Proprietà

Definizione

Ottiene un insieme di larghezze di linea in caratteri per riga supportate dalla stazione della stampante journal.

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

Valore della proprietà

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

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

Implementazioni

Si applica a

Vedi anche