ReceiptPrintJob.SetPrintArea(Rect) Method

Definition

Sets the area of the page on which the receipt printer station can print the job.

public:
 virtual void SetPrintArea(Rect value) = SetPrintArea;
void SetPrintArea(Rect const& value);
public void SetPrintArea(Rect value);
function setPrintArea(value)
Public Sub SetPrintArea (value As Rect)

Parameters

value
Rect

The area of the page on which the receipt printer can print the job.

Implements

Remarks

When you call this method for a print job, all instructions in the print job run within the specified print area, including the instructions that you added to the job before you called ReceiptPrintJob.SetPrintArea.

Applies to

See also