Share via


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.Native]
[System.Flags]
public enum PdfAreaOfInterest
[<ObjCRuntime.Native>]
[<System.Flags>]
type PdfAreaOfInterest = 
Inheritance
PdfAreaOfInterest
Attributes

Fields

Name Value Description
NoArea 0

Indicates that the touch position is over an ordinary area.

PageArea 1

Indicates that the touch position is over a page.

TextArea 2

Indicates that the touch position is over a text area.

AnnotationArea 4

Indicates that the touch position is over an annotation.

LinkArea 8

Indicates that the touch position is over a link.

ControlArea 16

Indicates that the touch position is over a control.

TextFieldArea 32

Indicates that the touch position is over a text field.

IconArea 64

Indicates that the touch position is over an icon.

PopupArea 128

Indicates that the touch position is over a popup.

ImageArea 256

Indicates that the touch position is over an image.

AnyArea 9223372036854775807

Applies to