.. role:: clio-deprecated
   :class: clio-flag clio-flag-deprecated


###################################
A3DPDFCheckBoxSetForFitSelectedMode
###################################

.. c:function:: A3DStatus A3DPDFCheckBoxSetForFitSelectedMode(A3DPDFCheckBox *pCheckBox, A3DPDF3DAnnot *p3DAnnot)

   .. rst-class:: clio-flags
   
      :clio-deprecated:`deprecated`
   
   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFCheckBoxSetForFitSelectedMode(:c:type:`~A3DPDFCheckBox`\ * **pCheckBox**\ , :c:type:`~A3DPDF3DAnnot`\ * **p3DAnnot**\ )
   
   This function makes the check box field be the selector for the 'zoom on behaviour' at selection mode of the annot 3D. 
   
   **Parameters**
   
   
      **pCheckBox**\ : The CheckBox object to work on. 
   
      **p3DAnnot**\ : The Annot 3D to work on.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




