This question was closed under the pretext that it "needs details or clarity." In my opinion the question is clear, and I don't see what details might be missing. Also the single user who responded to this question did not indicate in her comment that the question was unclear or that details were missing. Therefore I'd appreciate it if those who decided to close this question citing missing details or clarity would explain what details are missing or what is unclear about the question. And if they are not able to do so, the question should be reopened.
Consider the following LaTeX code for a simple beamer presentation. The code is saved in the file presentation.tex.
\documentclass{beamer}
\usetheme{Warsaw}
\usepackage[T1]{fontenc}
\begin{document}
\section{Section}
\begin{frame}\end{frame}
\end{document}
After executing pdflatex presentation at the command line, a 1-page pdf file is produced.
How can I get the height of the white area indicated with a red double-headed arrow in the screenshot below (which does not include the header, the footer, and the navigation strip)? Is there a command similar to \textwidth, \textheight, etc. that evaluates to this dimension?
