[Overview][Types][Classes][Variables][Index] |
Performs actions needed to get the page orientation for the print device.
Source position: printers.pas line 260
protected function TPrinter.DoGetOrientation: TPrinterOrientation; virtual; |
TPrinterOrientation value for the page orientation.
DoGetOrientation is a virtual TPrinterOrientation function used to perform actions needed to get the page orientation for the print device. DoGetOrientation is called when the value for the Orientation property is retrieved, and provides the value used in the property.
Remark: | Please note: In TPrinter, DoGetOrientation always returns the value poPortrait. It must be overridden in a descendent class to perform the actions needed for the operating system / widgetset / printer-related technology used in the implementation. |
|
Orientation for the page on the paper. |
lazarus-ccr.sourceforge.net |