SlipPrinterCapabilities.SupportedBitmapRotations 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 slip printer station can rotate a bitmap when printing.
public:
property IVectorView<PosPrinterRotation> ^ SupportedBitmapRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBitmapRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBitmapRotations { get; }
var iVectorView = slipPrinterCapabilities.supportedBitmapRotations;
Public ReadOnly Property SupportedBitmapRotations As IReadOnlyList(Of PosPrinterRotation)
Property Value
A list of the directions in which the slip printer station can rotate a bitmap when printing.