Share via


CutPaperOperation Class

Definition

When the application updates printer properties and then calls the CutPaper method, the PosPrinterBase class uses an instance of the CutPaperOperation class, cast to the PrintOperation class and stored in the PrintOperationCollection array, to capture information about that method call.

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

Properties

AsyncMode

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

(Inherited from PrintOperation)
Percentage

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