Share via


RotatePrintOperation Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

The RotatePrintOperation helper class is used by PosPrinterBase to capture the requested rotation whenever the RotatePrint method is called.

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

Syntax

'Declaration
Public Class RotatePrintOperation
    Inherits PrintOperation
public class RotatePrintOperation : PrintOperation
public ref class RotatePrintOperation : public PrintOperation
public class RotatePrintOperation extends PrintOperation
public class RotatePrintOperation extends PrintOperation

Remarks

The RotatePrintOperation helper class derives from the PrintOperation helper class. When the application calls the RotatePrint method to enter or exit rotation mode, the PosPrinterBase class uses an instance of the RotatePrintOperation class to capture the requested rotation. These RotatePrint requests are then stored in a RotatePrintCollection array. The service object then uses the rotation information when completing the application’s print requests.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.BaseServiceObjects.PrintOperation
    Microsoft.PointOfService.BaseServiceObjects.RotatePrintOperation

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

RotatePrintOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase Class
PosPrinterBase.RotatePrint Method
PrintOperation Class