ClaimedReceiptPrinter.PrintArea 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 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.