共用方式為


PointCardRW.ClearPrintWrite Method

Definition

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.

Applies to