RotatePrintCollection Class
2/27/2008
The RotatePrintCollection helper class is used to store an array, or list, of requested rotation print operations.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Class RotatePrintCollection
Inherits PrintOperationCollection
public class RotatePrintCollection : PrintOperationCollection
public ref class RotatePrintCollection : public PrintOperationCollection
public class RotatePrintCollection extends PrintOperationCollection
public class RotatePrintCollection extends PrintOperationCollection
Remarks
The RotatePrintCollection helper class derives from the PrintOperationCollection class and is used to store an array, or list, of requested rotation print operations. The service object uses this list of rotation operations to complete a series of print operations requested by the application for a particular printer station.
Inheritance Hierarchy
System.Object
System.Collections.ReadOnlyCollectionBase
Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection
Microsoft.PointOfService.BaseServiceObjects.RotatePrintCollection
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
RotatePrintCollection Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PrintOperationCollection Class