ClaimedPosPrinter.MapMode Property
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.
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.