PointCardRW.ClearPrintWrite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Erases the printing area of a point card and erases the magnetic track data on a point card or erases the magnetic track data on a point card.
public abstract void ClearPrintWrite (Microsoft.PointOfService.PointCardAreas kind, int horizontalPosition, int verticalPosition, int width, int height);
abstract member ClearPrintWrite : Microsoft.PointOfService.PointCardAreas * int * int * int * int -> unit
Public MustOverride Sub ClearPrintWrite (kind As PointCardAreas, horizontalPosition As Integer, verticalPosition As Integer, width As Integer, height As Integer)
Parameters
- kind
- PointCardAreas
Defines the parts of the point card that will be cleared (erased).1: PrintingArea2: MagneticTracks3: PrintingAreaAndMagneticTracks
- horizontalPosition
- Int32
The horizontal start position for erasing the printing area. The value is in MapMode units if CapPrintMode is true.
- verticalPosition
- Int32
The vertical start position for erasing the printing area. The value is in MapMode units if CapPrintMode is true.
- width
- Int32
The width used for erasing the printing area. The value is in MapMode units if CapPrintMode is true.
- height
- Int32
The height used for erasing the printing area. The value is in MapMode units if CapPrintMode is true.