PageModeDescriptors Enumeration

2/27/2008

Lists the valid page mode functions of the printer for the selected PageModeStation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PageModeDescriptors
[FlagsAttribute] 
public enum PageModeDescriptors
[FlagsAttribute] 
public enum class PageModeDescriptors
/** @attribute FlagsAttribute() */ 
public enum PageModeDescriptors
FlagsAttribute 
public enum PageModeDescriptors

Members

Member name Description
Barcode Printing of barcodes on the PageModeStation is supported.
BarcodeRotate Rotation of barcodes on the PageModeStation is supported.
Bitmap Printing of bitmaps on the PageModeStation is supported.
BitmapRotate Rotation of bitmaps on the PageModeStation is supported.
None No function is supported.
Opaque 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.

Remarks

Used by the PageModeDescriptor property. Members of this enumeration replace the PTR_PM_ range of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace