
##############################
A3DPDFPageInsert3DViewCarousel
##############################

.. c:function:: A3DStatus A3DPDFPageInsert3DViewCarousel(A3DPDFPage *pPage, A3DPDF3DViewCarousel *pCarousel)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageInsert3DViewCarousel(:c:type:`~A3DPDFPage`\ * **pPage**\ , :c:type:`~A3DPDF3DViewCarousel`\ * **pCarousel**\ )
   
   Function to insert a view carousel widget in a page. 
   
   The page must be the same as the page of the underlying buttons.
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pCarousel**\ : The button object to insert on the page.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




