PosPrinterBase.SlpBitmapRotationList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds a collection of the directions in which a slip bitmap can be rotated.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SlpBitmapRotationList As Rotation()
public override Rotation[] SlpBitmapRotationList { get; }
public:
virtual property array<Rotation>^ SlpBitmapRotationList {
    array<Rotation>^ get () override;
}
/** @property */
public Rotation[] get_SlpBitmapRotationList ()
public override function get SlpBitmapRotationList () : Rotation[]

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.SlpBitmapRotationList. If the CapSlpBitmap property is set to false, the SlpBitmapRotationList returns an empty list.

SlpBitmapRotationList is initialized to an empty Rotation array by the PosPrinterProperties class. The service object should update SlpBitmapRotationList to an appropriate value in its Open method. The PosPrinterProperties class the PosPrinterProperties class may throw PosControlException exceptions under the following conditions, with the specified ErrorCodes:

Value

Meaning

Illegal

The SlpBitmapRotationList property has been set to an invalid Rotation value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.SlpBitmapRotationList Property