PdfAreaOfInterest Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |