TPaperRect - a record holding details of physical and working dimensions for paper
Source position: printers.pas line 124
type TPaperRect = record
PhysicalRect: TRect;
WorkRect: TRect;
end;