PosPrinter.ClearPrintArea Method (POS for .NET v1.12 SDK Documentation)
2/27/2008
Clears the area defined by the PageModePrintArea property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable Sub ClearPrintArea
public virtual void ClearPrintArea ()
public:
virtual void ClearPrintArea ()
public void ClearPrintArea ()
public 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
PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace