共用方式為


PdfAreaOfInterest 列舉

定義

可描述觸控位置相關區域的可組織旗標。

此列舉支援其成員值的位元組合。

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

欄位

AnnotationArea 4

表示觸控位置位於注釋上方。

ControlArea 16

表示觸控位置位於控制項上。

IconArea 64

表示觸控位置位於圖示上方。

ImageArea 256

表示觸控位置位於影像上。

LinkArea 8

表示觸控位置位於連結上。

NoArea 0

表示觸控位置超出一般區域。

PageArea 1

表示觸控位置位於頁面上。

PopupArea 128

表示觸控位置位於快顯上方。

TextArea 2

表示觸控位置位於文字區域上。

TextFieldArea 32

表示觸控位置位於文字欄位上。

適用於