The command-line option /PDFPREF enables users to specify which features of a PDF reader are to be displayed on the screen.

The Menu-bar, Tool-bars, Navigation-bars, Title-bar and Window may be individually controlled by setting the /PDFPREF flag bits.

Click to expand/collapse hidden textFlag bits

To control several features, add up the appropriate numbers to get the PDFPREF flagbit value.
Here is an example of the normal appearance of Adobe Acrobat Reader (shown at reduced scale):

Click to expand/collapse image

To hide the tool-bars(1), hide the menu-bar(2) and center the window(16) you would use:
ESCAPEE /PDFPREF 19
then open the file and export it in PDF format for viewing in Acrobat Reader.
Alternatively, it can be stored in the RT.INI file in the PCLVIEW section as for example
PDFPREF=19

Blue diamond bullet Note:

Care should be exercised as you are overriding user-set preferences. You should consider unexpected consequences since a user who has chosen rather unusual or extreme defaults may find he cannot view a document at all if the wrong combination of these settings is used.

Blue diamond bullet Tip: If you want to inhibit the user from activities like printing or editing the document, then you should consider requesting an encrypted PDF but with no password specified rather than turning off menus etc. with the above options, as the encrypted option flags are enforced with more certainty.