ClaimedPosPrinter.MapMode Property

Definition

Gets or sets the mapping mode of the point-of-service printer that the app wants to use. The mapping mode defines the unit of measure used for other printer properties, such as line height and line spacing.

public:
 property PosPrinterMapMode MapMode { PosPrinterMapMode get(); void set(PosPrinterMapMode value); };
PosPrinterMapMode MapMode();

void MapMode(PosPrinterMapMode value);
public PosPrinterMapMode MapMode { get; set; }
var posPrinterMapMode = claimedPosPrinter.mapMode;
claimedPosPrinter.mapMode = posPrinterMapMode;
Public Property MapMode As PosPrinterMapMode

Property Value

An enumeration value that indicates the mapping mode of the point-of-service printer that the app wants to use.

Applies to

See also