Share via


CutPaperOperation Members (POS for .NET v1.12 SDK Documentation)

2/27/2008

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.

The following tables list the members exposed by the CutPaperOperation type.

Public Properties

  Name Description
Aa460446.pubproperty(en-US,WinEmbedded.11).gif AsyncMode  Contains the AsyncMode property setting at the time of the application’s print request. (inherited from PrintOperation)
Aa460446.pubproperty(en-US,WinEmbedded.11).gif Percentage Contains the value of the percentage parameter set when the application made the CutPaper method call.
Aa460446.pubproperty(en-US,WinEmbedded.11).gif Rotation  Contains the Rotation setting, as defined by the Rotation enumeration. (inherited from PrintOperation)
Aa460446.pubproperty(en-US,WinEmbedded.11).gif 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)
Aa460446.pubproperty(en-US,WinEmbedded.11).gif Station  Contains the printer station setting (for example, PrinterStation.Journal). (inherited from PrintOperation)

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa460446.pubmethod(en-US,WinEmbedded.11).gif Equals  Overloaded. (inherited from Object )
Aa460446.pubmethod(en-US,WinEmbedded.11).gif GetHashCode  (inherited from Object )
Aa460446.pubmethod(en-US,WinEmbedded.11).gif GetType  (inherited from Object )
Aa460446.pubmethod(en-US,WinEmbedded.11).gifAa460446.static(en-US,WinEmbedded.11).gif ReferenceEquals  (inherited from Object )
Aa460446.pubmethod(en-US,WinEmbedded.11).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa460446.protmethod(en-US,WinEmbedded.11).gif Finalize  (inherited from Object )
Aa460446.protmethod(en-US,WinEmbedded.11).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

CutPaperOperation Class
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase
CutPaper
PrintOperation