Share via


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

2/27/2008

Captures information about the PrintMemoryBitmap method.

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

Syntax

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

Remarks

The PrintMemoryBitmap helper class derives from the PrintOperation helper class. When the application updates printer properties and then calls the PrintMemoryBitmap method, the PosPrinterBase class uses an instance of the PrintMemoryBitmap 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.PrintMemoryBitmapOperation

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

PrintMemoryBitmapOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.PrintMemoryBitmap Method