Condividi tramite


PosPrinter.SupportedCharacterSets Proprietà

Definizione

Ottiene l'elenco di set di caratteri supportati dalla stampante point-of-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)

Valore della proprietà

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Elenco di valori numerici per i set di caratteri supportati dalla stampante da punto a servizio.

Si applica a

Vedi anche