MarkFeedOperation Class

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

Usage

'Usage
Dim markFeedOperation1 As MarkFeedOperation

Syntax

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

Remarks

The MarkFeedOperation helper class derives from the PrintOperation helper class. When the application updates printer properties and then calls the MarkFeed method, the PosPrinterBase class uses an instance of the MarkFeedOperation class, cast to the PrintOperation class and stored in the PrintOperationCollection array, to capture information about that method call. The service object then retrieves the operation from the array and uses it to complete the application’s print request.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.BaseServiceObjects.PrintOperation
    Microsoft.PointOfService.BaseServiceObjects.MarkFeedOperation

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

MarkFeedOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase
MarkFeed
PrintOperation