ReceiptPrinterCapabilities.SupportedBarcodeRotations 속성

정의

인쇄할 때 영수증 프린터 스테이션이 바코드를 회전할 수 있는 방향 목록을 가져옵니다.

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

속성 값

인쇄 시 영수증 프린터 스테이션이 바코드를 회전할 수 있는 방향 목록입니다.

구현

적용 대상

추가 정보