 | FormHighlightingMode Enumeration |
The annotation’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum FormHighlightingMode
Public Enumeration FormHighlightingMode
public enum class FormHighlightingMode
type FormHighlightingMode
public enum FormHighlightingMode
Patagames.Pdf.Enums.FormHighlightingMode = function();
Patagames.Pdf.Enums.FormHighlightingMode.createEnum('Patagames.Pdf.Enums.FormHighlightingMode', false);
Members
| Member name | Value | Description |
---|
| None | 0 |
No highlighting
|
| Invert | 1 |
Invert the contents of the annotation rectangle
|
| Outline | 2 |
Invert the annotation’s border
|
| Push | 3 |
Display the annotation as if it were being pushed below the surface of the page
|
| Toggle | 4 |
Same as Push (which is preferred)
|
See Also