Compartilhar via


ICommonPosPrintStationCapabilities.SupportedCharactersPerLine Propriedade

Definição

Obtém uma coleção das larguras de linha em caracteres por linha que a estação de impressora dá suporte.

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)

Valor da propriedade

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Uma coleção das larguras de linha em caracteres por linha que a estação de impressora dá suporte.

Aplica-se a

Confira também