Performs actions needed to set the dimensions for the paper.
Source position: printers.pas line 291
protected function TPrinter.DoSetPaperRect( |
aPaperRc: TPaperRect |
):Boolean; virtual; |
aPaperRc |
|
Rectangle with the physical dimensions for the paper. |
True if the dimension for the paper were successfully applied.
| Remark: | In TPrinter, DoSetPaperRect always returns False. It must be overridden in a descendent class to perform actions needed for the operating system / widgetset / printer-related technology used in the implementation. |
| Version 4.4 | Generated 2025-11-08 | Home |