PrintBitmapOperation Class
2/27/2008
Captures information about the PrintBitmap method.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Class PrintBitmapOperation
Inherits PrintOperation
public class PrintBitmapOperation : PrintOperation
public ref class PrintBitmapOperation : public PrintOperation
public class PrintBitmapOperation extends PrintOperation
public class PrintBitmapOperation extends PrintOperation
Remarks
The PrintBitmapOperation helper class derives from the PrintOperation helper class. When the application updates printer properties and then calls the PrintBitmap method, the PosPrinterBase class uses an instance of the PrintBitmapOperation 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.PrintBitmapOperation
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
PrintBitmapOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase Class
PosPrinterBase.PrintBitmap Method
PrintOperation