JournalPrinterCapabilities.SupportedCharactersPerLine Propriété

Définition

Obtient une collection des largeurs de ligne en caractères par ligne que la station d’imprimante journal prend en charge.

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)

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’imprimante journal prend en charge.

Implémente

S’applique à

Voir aussi