PTPageLayout

enum PTPageLayout {}

PTPageLayout specifies the page layout to be used when the document is opened:

  • e_ptDefault PTPageLayout is not explicitly specified, use user defined preferred layout.

  • e_ptSinglePage Display one page at a time.

  • e_ptOneColumn Display the pages in one-column mode.

  • e_ptTwoColumnLeft Display the pages in two-column continuous mode with first page on left (i.e. all odd numbered pages on the left).

  • e_ptTwoColumnRight Display the pages in two-column continuous mode with first page on right (i.e. all odd numbered pages on the right).

  • e_ptTwoPageLeft Display the pages two at a time, with odd-numbered pages on the left.

  • e_ptTwoPageRight Display the pages two at a time, with odd-numbered pages on the right.