Share via


PrintTwoNormalOperation Class

Definition

The PrintTwoNormalOperation helper class is used by PosPrinterBase to capture information about the PrintTwoNormal(PrinterStation, String, String) method call.

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

Properties

AsyncMode

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

(Inherited from PrintOperation)
Data1

Contains the value of the data1 parameter set when the application made the PrintTwoNormal method call.

Data2

Contains the value of the data2 parameter set when the application made the PrintTwoNormal method call.

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)

Applies to