Click or drag to resize

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
Members
  Member nameValueDescription
e_none0No highlighting
e_invert1Invert the contents of the annotation rectangle.
e_outline2Invert the annotation’s border
e_push3Display 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_toggle4Same as e_push (which is preferred).
See Also