LinkHighlightingMode Enumeration |
highlighting mode is the visual effect that shall be used when
the mouse button is pressed or held down inside its active area
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum LinkHighlightingMode
Public Enumeration LinkHighlightingMode
public enum class LinkHighlightingMode
pdftron.PDF.Annots.LinkHighlightingMode = function();
pdftron.PDF.Annots.LinkHighlightingMode.createEnum('pdftron.PDF.Annots.LinkHighlightingMode', false);
Members
| Member name | Value | Description |
---|
| e_none | 0 | No highlighting |
| e_invert | 1 | Invert the contents of the annotation rectangle. |
| e_outline | 2 | Invert the annotation's border |
| e_push | 3 | Display the annotation as if it were being pushed below the surface of the page. |
See Also