ICommonReceiptSlipCapabilities.SupportedBarcodeRotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of the directions in which the receipt or slip printer station can rotate a barcode when printing.
public:
property IVectorView<PosPrinterRotation> ^ SupportedBarcodeRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBarcodeRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBarcodeRotations { get; }
var iVectorView = iCommonReceiptSlipCapabilities.supportedBarcodeRotations;
Public ReadOnly Property SupportedBarcodeRotations As IReadOnlyList(Of PosPrinterRotation)
Property Value
A list of the directions in which the receipt or slip printer station can rotate a barcode when printing.