Share via


PointCardRW.PrintWrite(PointCardAreas, Int32, Int32, String) Method

Definition

Prints the specified data on the printing area of the point card, writes data from the WriteXData properties to the magnetic tracks, or both.

public abstract void PrintWrite (Microsoft.PointOfService.PointCardAreas kind, int horizontalPosition, int verticalPosition, string data);
abstract member PrintWrite : Microsoft.PointOfService.PointCardAreas * int * int * string -> unit
Public MustOverride Sub PrintWrite (kind As PointCardAreas, horizontalPosition As Integer, verticalPosition As Integer, data As String)

Parameters

kind
PointCardAreas

Designates the effect of the point card.

horizontalPosition
Int32

The horizontal start position for printing. The value is in MapMode units if CapPrintMode is true.

verticalPosition
Int32

The vertical start position for printing. The value is in MapMode units if CapPrintMode is true.

data
String

The data to print. Any escape sequences in the data depends on the capabilities of the device.

Applies to