PdfAreaOfInterest Enum

Definition

Orable flags that describe areas of interest for a touch position.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PdfAreaOfInterest
type PdfAreaOfInterest = 
Inheritance
PdfAreaOfInterest
Attributes

Fields

AnnotationArea 4

Indicates that the touch position is over an annotation.

ControlArea 16

Indicates that the touch position is over a control.

IconArea 64

Indicates that the touch position is over an icon.

ImageArea 256

Indicates that the touch position is over an image.

LinkArea 8

Indicates that the touch position is over a link.

NoArea 0

Indicates that the touch position is over an ordinary area.

PageArea 1

Indicates that the touch position is over a page.

PopupArea 128

Indicates that the touch position is over a popup.

TextArea 2

Indicates that the touch position is over a text area.

TextFieldArea 32

Indicates that the touch position is over a text field.

Applies to