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

2/27/2008

Lists the valid parts of the point card that can be cleared.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PointCardAreas
[FlagsAttribute] 
public enum PointCardAreas
[FlagsAttribute] 
public enum class PointCardAreas
/** @attribute FlagsAttribute() */ 
public enum PointCardAreas
FlagsAttribute 
public enum PointCardAreas

Members

Member name Description
MagneticTracks Magnetic tracks
PrintingArea Printing area
PrintingAreaAndMagneticTracks Both printing area and magnetic tracks

Remarks

Used by the ClearPrintWrite and PrintWrite methods.

See Also

Reference

Microsoft.PointOfService Namespace
ClearPrintWrite
PrintWrite