PDF views use the following display mode constants:
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public enum PDFDisplayMode
Public Enumeration PDFDisplayMode
public enum class PDFDisplayMode

Member | Description |
---|---|
kPDFDisplaySinglePage | The document displays one page at a time horizontally and vertically. Vertical and horizontal scrolling apply only to the current page. Available in Mac OS X v10.4 and later. |
kPDFDisplaySinglePageContinuous | The document displays in continuous mode vertically, with single-page width horizontally. Vertical scrolling applies to the entire document. Available in Mac OS X v10.4 and later. |
kPDFDisplayTwoUp | The document displays two pages side-by-side. Vertical and horizontal scrolling apply only to the pair of displayed pages Available in Mac OS X v10.4 and later. |
kPDFDisplayTwoUpContinuous | The document displays in continuous mode vertically and displays two pages side-by-side horizontally. Vertical scrolling applies to the entire document. Available in Mac OS X v10.4 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)