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

2/27/2008

Lists the valid Page Mode controls for a print station.

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

Syntax

'Declaration
Public Enumeration PageModePrintControl
public enum PageModePrintControl
public enum class PageModePrintControl
public enum PageModePrintControl
public enum PageModePrintControl

Members

Member name Description
Cancel Clear the page and exit the Page Mode without any printing of any print area.
Normal Print the print area and destroy the canvas and exit Page Mode.
PageMode Enter Page Mode.
PrintSave Print PageModePrintArea and save the canvas. Page Mode is not exited. Use for printing of repeated pages.

Remarks

Used by the PageModePrint method. Members of this enumeration replace the PTR_PM_PAGE_MODE, PTR_PM_PRINT_SAVE, PTR_PM_NORMAL, and PTR_PM_CANCEL UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace