Partager via


PosPrinter.SupportedCharacterSets Propriété

Définition

Obtient la liste des jeux de caractères pris en charge par l’imprimante de point de service.

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

Valeur de propriété

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Liste des valeurs numériques pour les jeux de caractères pris en charge par l’imprimante de point de service.

S’applique à

Voir aussi