
######################
A3DPDFEDesactivateWhen
######################

.. c:enum:: A3DPDFEDesactivateWhen

   The circumstances under which the 3D Annot shall be deactivated. 
   
   
      4.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFActivExplicitDesactivation`
   * :c:enumerator:`~kA3DPDFActivPageClosed`
   * :c:enumerator:`~kA3DPDFActivPageNotVisible`
   
   



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

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


.. c:enumerator:: kA3DPDFActivExplicitDesactivation

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFActivExplicitDesactivation** = ``0``
      
      The 3D Annot shall remain active until explicitly deactivated by a script or user action. 
      



.. c:enumerator:: kA3DPDFActivPageClosed

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFActivPageClosed**
      
      The 3D Annot shall be deactivated as soon as the page is closed. 
      



.. c:enumerator:: kA3DPDFActivPageNotVisible

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFActivPageNotVisible**
      
      The 3D Annot shall be deactivated as soon as the page containing the 3D Annot becomes invisible. 
      




