PosPrinter.SupportedCharacterSets 속성

정의

서비스 지점 프린터에서 지원하는 문자 집합 목록을 가져옵니다.

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)

속성 값

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

서비스 지점 프린터에서 지원하는 문자 집합의 숫자 값 목록입니다.

적용 대상

추가 정보