﻿# LinkHighlightingMode
Enumerates the annotation’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**INVERT** | **string** | 'Invert' | Invert the contents of the annotation rectangle.
**NONE** | **string** | 'None' | No highlighting.
**OUTLINE** | **string** | 'Outline' | Invert the annotation’s border.
**PUSH** | **string** | 'Push' | Display the annotation’s down appearance, if any. If no down appearance is defined, offset the contents of the annotation rectangle to appear as if it were being pushed below the surface of the page.
**TOGGLE** | **string** | 'Toggle' | Same as Push (which is preferred).

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/LinkHighlightingMode.php)

