PosPrinterBase.ClearPrintArea Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Clears the area defined by the PageModePrintArea property.

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

Syntax

'Declaration
Public Overrides Sub ClearPrintArea
public override void ClearPrintArea ()
public:
virtual void ClearPrintArea () override
public void ClearPrintArea ()
public override function ClearPrintArea ()

Remarks

The page may be cleared by setting the PageModePrintArea to be the same as the PageModeArea and then by using ClearPrintArea or by exiting Page Mode with PageModePrint (where PageModePrintControl is set to Cancel).

The PageModeStation property must be set to a valid station before invoking ClearPrintArea.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace