Share via


PrinterSide Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates possible sides of the print station document on which printing can occur.

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

Syntax

'Declaration
Public Enumeration PrinterSide
public enum PrinterSide
public enum class PrinterSide
public enum PrinterSide
public enum PrinterSide

Members

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

Remarks

Used by the SlpPrintSide property and the ChangePrintSide method. Members of this enumeration replace the PTR_PS_UNKNOWN, PTR_PS_SIDE1, and PTR_PS_SIDE2 UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace