WidgetHighlightingMode Enumeration |
This enum specifies the Highlighting mode of the widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum WidgetHighlightingMode
Public Enumeration WidgetHighlightingMode
public enum class WidgetHighlightingMode
pdftron.PDF.Annots.WidgetHighlightingMode = function();
pdftron.PDF.Annots.WidgetHighlightingMode.createEnum('pdftron.PDF.Annots.WidgetHighlightingMode', 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’s down appearance, if any
If no down appearance is defined, the contents
of the annotation rectangle shall be offset to appear as if it
were being pushed below the surface of the page. |
| e_toggle | 4 | Same as e_push (which is preferred). |
See Also