Share via


PosPrinter.RecBarCodeRotationList Property

2/27/2008

Gets a list of the directions in which a receipt bar code can be rotated.

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

Syntax

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

Remarks

Possible values are defined by the Rotation enumeration.

If the CapRecBarCode property is set to false. This indicates that bar codes are not supported, RecBarCodeRotationList is set to an empty array.

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

The service object should set RecBarCodeRotationList 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
RotateSpecial
PosPrinter.PrintBarCode Method