ICommonPosPrintStationCapabilities.SupportedCharactersPerLine 속성

정의

프린터 스테이션에서 지원하는 줄당 문자 단위의 선 너비 컬렉션을 가져옵니다.

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

속성 값

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

프린터 스테이션에서 지원하는 줄당 문자 단위의 선 너비 컬렉션입니다.

적용 대상

추가 정보