PrintBarCodeOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Captures information about a print operation method call.
public class PrintBarCodeOperation : Microsoft.PointOfService.BaseServiceObjects.PrintOperation
type PrintBarCodeOperation = class
inherit PrintOperation
Public Class PrintBarCodeOperation
Inherits PrintOperation
- Inheritance
Properties
Alignment |
Contains the value of the alignment parameter set when the application called the PrintBarCode method. |
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 called the PrintBarCode method. |
Height |
Contains the value of the height parameter set when the application called the PrintBarCode method. |
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) |
Symbology |
Contains the value of the symbology parameter set when the application called the PrintBarCode method. |
TextPosition |
Contains the value of the textPosition parameter set when the application called the PrintBarCode method. |
Width |
Contains the value of the width parameter set when the application called the PrintBarCode method. |