Поделиться через


ReceiptPrinterCapabilities.SupportedBitmapRotations Свойство

Определение

Возвращает список направлений, в которых станция чекового принтера может повернуть растровое изображение при печати.

public:
 property IVectorView<PosPrinterRotation> ^ SupportedBitmapRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBitmapRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBitmapRotations { get; }
var iVectorView = receiptPrinterCapabilities.supportedBitmapRotations;
Public ReadOnly Property SupportedBitmapRotations As IReadOnlyList(Of PosPrinterRotation)

Значение свойства

Список направлений, в которых станция чекового принтера может повернуть растровое изображение при печати.

Реализации

Применяется к

См. также раздел