Share via


PrinterSide Enumeration

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

Usage

'Usage
Dim printerSide1 As PrinterSide = PrinterSide.Opposite

Syntax

'Declaration
Public Enum PrinterSide
public enum PrinterSide
public enum class PrinterSide
public enum PrinterSide
public enum PrinterSide

Members

Member name Description
Opposite  
Side1 Default print side.
Side2 The other side of the document (the reverse of default).
Unknown Document is not inserted.

Remarks

Defines possible sides of the print station document on which printing can occur. Replaces the PTR_PS_UNKNOWN, PTR_PS_SIDE1, and PTR_PS_SIDE2 constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace