Share via


PosPrinter.RotateSpecial Property

2/27/2008

Gets or sets the rotation orientation for bar codes that the application wants to use.

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

Syntax

'Declaration
Public MustOverride Property RotateSpecial As Rotation
public abstract Rotation RotateSpecial { get; set; }
public:
virtual property Rotation RotateSpecial {
    Rotation get () abstract;
    void set (Rotation value) abstract;
}
/** @property */
public abstract Rotation get_RotateSpecial ()

/** @property */
public abstract void set_RotateSpecial (Rotation value)
public abstract function get RotateSpecial () : Rotation

public abstract function set RotateSpecial (value : Rotation)

Remarks

Possible values are defined by the Rotation enumeration.

Accessing RotateSpecial may cause a PosControlException to be thrown with the following ErrorCode:

Value

Meaning

Illegal

The specified rotation orientation is not valid—that is, it does not exist in the Rotation enumeration.

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.PrintBarCode Method
Rotation