Share via


PosPrinter.SlpBitmapRotationList Property

2/27/2008

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

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

Syntax

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

Remarks

Possible values are defined by the Rotation enumeration.

If the CapSlpBitmap property is set to false. This indicates that bar codes are not supported, SlpBitmapRotationList will be set to an empty array.

For example, if the list is "Rotation.Normal, Rotation.Rotate180", the printer can print normal bitmaps and upside-down bitmaps.

The service object should set SlpBitmapRotationList based on the capabilities of the device.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.RotateSpecial Property
PosPrinter.PrintBitmap Method
Rotation