Variable: ps-header-offset
ps-header-offset is a customizable variable defined in ps-print.el.gz.
Value
28.346456692913385
Documentation
Vertical space in points (1/72 inch) between the main text and the header.
This variable was added, or its default value changed, in Emacs 20.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-header-offset (/ (* 72 1.0) 2.54) ; 1.0 cm
"Vertical space in points (1/72 inch) between the main text and the header."
:type 'number
:version "20"
:group 'ps-print-vertical)