MonobjcMonobjc Documented Class Library
PDFDisplayMode Enumeration
NamespacesMonobjc.QuartzPDFDisplayMode

PDF views use the following display mode constants:

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum PDFDisplayMode
Public Enumeration PDFDisplayMode
public enum class PDFDisplayMode
Members
MemberDescription
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.


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

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)