PrintNormalOperation Class

Definition

Capture and holds information about a print method call.

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

Properties

AsyncMode

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

(Inherited from PrintOperation)
Data

Contains the value of the data parameter set when the application made the PrintNormal 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