Represents a paper size definition used for print devices.
Source position: printers.pas line 135
type TPaperItem = record |
||
PaperName: string; |
|
Common name for the paper size. |
PaperRect: TPaperRect; |
|
Contains boundaries for the physical paper size and its available working area. |
end; |