Enum Widget.HighlightingMode
This enum specifies the Highlighting mode of the widget annotation.
Namespace: pdftron.PDF.Annots
Assembly: PDFNet.dll
Syntax
public enum Widget.HighlightingMode
Fields
Name | Description |
---|---|
e_invert | Invert the contents of the annotation rectangle. |
e_none | No highlighting |
e_outline | Invert the annotation's border |
e_push | 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 | Same as e_push (which is preferred). |