Enum HighlightingMode
HighlightingMode enumeration
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.
public enum HighlightingMode
Values
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’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 | 4 | Same as Push (which is preferred). |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF