Previous Page | Next Page

SAS System Options

PDFPAGELAYOUT= System Option



Specifies the page layout 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

PDFPAGELAYOUT= DEFAULT | SINGLEPAGE | CONTINUOUS | FACING | CONTINUOUSFACING


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

System option:

PDFPAGEVIEW= System Option

Securing ODS Generated PDF Files in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page