
########################
A3DPDFELinkHighlightMode
########################

.. c:enum:: A3DPDFELinkHighlightMode

   Highlighting mode (the visual effect that shall be used when the mouse button is pressed or held down inside its active area) 
   
   
      5.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFLinkHighlightNone`
   * :c:enumerator:`~kA3DPDFLinkHighlightInvert`
   * :c:enumerator:`~kA3DPDFLinkHighlightOutline`
   * :c:enumerator:`~kA3DPDFLinkHighlightPush`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DPDFLinkHighlightNone

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLinkHighlightNone** = ``0``
      
      No highlighting. 
      



.. c:enumerator:: kA3DPDFLinkHighlightInvert

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLinkHighlightInvert**
      
      Invert the contents of the link rectangle. 
      



.. c:enumerator:: kA3DPDFLinkHighlightOutline

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLinkHighlightOutline**
      
      Invert the link border. 
      



.. c:enumerator:: kA3DPDFLinkHighlightPush

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFLinkHighlightPush**
      
      Display the link as if it were being pushed below the surface of the page. 
      




