BarCodeTextPosition Enum
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.
Enumerates possible placements for the readable character string of a bar code.
public enum BarCodeTextPosition
type BarCodeTextPosition =
Public Enum BarCodeTextPosition
- Inheritance
-
BarCodeTextPosition
Fields
Name | Value | Description |
---|---|---|
Below | -13 | Indicates to print the text below the bar code. |
Above | -12 | Indicates to print the text above the bar code. |
None | -11 | Indicates that no text is printed. Only prints the bar code. |