Previous Page | Next Page

SAS System Options

PDFPAGEVIEW= System Option



Specifies the page viewing mode for PDF documents.
Requirement: Adobe Acrobat Reader or Professional 5.0 and later versions
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: PDF
PROC OPTIONS GROUP= PDF

Syntax
Syntax Description
See Also

Syntax

PDFPAGEVIEW= DEFAULT | ACTUAL | FITPAGE | FITWIDTH | FULLSCREEN


Syntax Description

DEFAULT

specifies to use the current page view setting for Acrobat Reader. This is the default.

ACTUAL

specifies to set the page view setting to 100%.

FITPAGE

specifies to view a page using the full extent of the viewing window, maintaining the height and width aspect ratio.

FITWIDTH

specifies to view a page using the full width of the viewing window. The height of the document is not scaled to fit the page.

FULLSCREEN

specifies to view a page using the full screen. This option disables the table of contents, bookmarks, and all other document access aids, such as accessing a specific page.


See Also

System option:

PDFPAGEVIEW= System Option

Securing ODS Generated PDF Files in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page