Share via


PageModeDescriptors Enum

Definition

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.

Applies to