PosPrinter.SupportedCharacterSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of character sets that the point-of-service printer supports.
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)
Property Value
The list of numeric values for the character sets that the point-of-service-printer supports.