SlipPrintJob.SetPrintArea(Rect) Method
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.
Sets the area of the page on which the slip 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 slip printer station 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 SlipPrintJob.SetPrintArea.