public @property PageLayout pageLayout()

Returns the current setting for page layout

Returns

the current setting for page layout


public @property void pageLayout(PageLayout layout)

Sets how the page should be displayed.

If this attribute is not set, the setting of the viewer application is used

Parameters

layout

One of the following values:

  • PageLayout.single - Only one page is displayed.
  • PageLayout.oneColumn - Display the pages in one column.
  • PageLayout.twoColumnLeft - Display in two columns. Odd page number is displayed left
  • PageLayout.twoColumnRight - Display in two columns. Odd page number is displayed right