PageModeDescriptors 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.
Lists the valid page mode functions of the printer for the selected PageModeStation.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PageModeDescriptors
[<System.Flags>]
type PageModeDescriptors =
Public Enum PageModeDescriptors
- Inheritance
-
PageModeDescriptors
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No function is supported. |
Bitmap | 1 | Printing of bitmaps on the PageModeStation is supported. |
Barcode | 2 | Printing of barcodes on the PageModeStation is supported. |
BitmapRotate | 4 | Rotation of bitmaps on the PageModeStation is supported. |
BarcodeRotate | 8 | Rotation of barcodes on the PageModeStation is supported. |
Opaque | 16 | Text, graphics, and background are opaque, meaning items already placed on the page area in the specified print area will not be visible after being printed over. |