Share via


PrintBitmapOperation Class

Definition

Captures information about the PrintBitmap(PrinterStation, String, Int32, Int32) method.

public class PrintBitmapOperation : Microsoft.PointOfService.BaseServiceObjects.PrintOperation
type PrintBitmapOperation = class
    inherit PrintOperation
Public Class PrintBitmapOperation
Inherits PrintOperation
Inheritance
PrintBitmapOperation

Properties

Alignment

Contains the value of the alignment parameter set when the application called the PrintBitmap method.

AsyncMode

Contains the AsyncMode property setting at the time of the application’s print request.

(Inherited from PrintOperation)
FileName

Contains the value of the filename parameter set when the application called the PrintBitmap method.

Rotation

Contains the Rotation setting, as defined by the Rotation enumeration.

(Inherited from PrintOperation)
State

Contains an instance of the PrinterState class, which captures the current printer property values at the time of the application’s print request.

(Inherited from PrintOperation)
Station

Contains the printer station setting (for example, PrinterStation.Journal).

(Inherited from PrintOperation)
Width

Contains the values of the width parameter set when the application called the PrintBitmap method.

Applies to