ReceiptPrinterCapabilities.SupportedCharactersPerLine 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取收据打印机站支持的每行行的行宽(以字符为单位)的集合。
public:
property IVectorView<unsigned int> ^ SupportedCharactersPerLine { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedCharactersPerLine();
public IReadOnlyList<uint> SupportedCharactersPerLine { get; }
var iVectorView = receiptPrinterCapabilities.supportedCharactersPerLine;
Public ReadOnly Property SupportedCharactersPerLine As IReadOnlyList(Of UInteger)
属性值
收据打印机站支持的每行行的行宽的集合(以字符为单位)。