CutPaperOperation Members
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 | |
---|---|---|
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) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
CutPaperOperation Class
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase
CutPaper
PrintOperation