PDFPAGELAYOUT= System Option

Specifies the page layout for PDF documents.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: PDF
PROC OPTIONS GROUP= PDF
Requirement: Adobe Acrobat Reader or Professional 5.0 and later versions
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

DEFAULT
specifies to use the current page layout for Acrobat Reader. This is the default.
SINGLEPAGE
specifies to display one page at a time in the viewing area.
CONTINUOUS
specifies to display all document pages in the viewing area in a single column.
FACING
specifies to display only two pages in the viewing area, with the even pages on the left and the odd pages on the right.
Requirement:Acrobat Reader 5.0 or later version is required.
CONTINUOUSFACING
specifies to display all pages in the viewing area, two pages side by side. The even pages display on the left, and the odd pages display on the right.

See Also

Securing ODS Generated PDF Files in SAS Output Delivery System: User's Guide