ClaimedReceiptPrinter.PrintArea Property

Definition

Gets the print area for the receipt printer station, expressed in the unit of measurement that the ClaimedPosPrinter.MapMode property specifies.

public:
 property Rect PrintArea { Rect get(); };
Rect PrintArea();
public Rect PrintArea { get; }
var rect = claimedReceiptPrinter.printArea;
Public ReadOnly Property PrintArea As Rect

Property Value

The print area for the receipt printer station, expressed in the unit of measurement that the ClaimedPosPrinter.MapMode property specifies.

Applies to

See also