Compartir a través de


PosPrinter.SupportedCharacterSets Propiedad

Definición

Obtiene la lista de juegos de caracteres que admite la impresora de punto de servicio.

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)

Valor de propiedad

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Lista de valores numéricos para los juegos de caracteres que admite la impresora de punto de servicio.

Se aplica a

Consulte también