共用方式為


PdfDisplayMode 列舉

定義

列舉的 PDF 顯示模式。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfDisplayMode
type PdfDisplayMode = 
繼承
PdfDisplayMode
屬性

欄位

SinglePage 0

表示一次顯示單一頁面。

SinglePageContinuous 1

表示頁面會顯示在單一持續捲動的資料行中。

TwoUp 2

表示兩個頁面並排顯示。

TwoUpContinuous 3

表示頁面會顯示在連續捲動的雙欄中。

適用於